Thanks Colin for the links that give more context to the current situation. It seems to be a trend among LTI libraries that they get created, most likely for a company, and then the main developer moves on, which is unfortunate.
For my purposes I use LTI as a means of authentication since all my tools are related to administrative tasks. When those tools are used through a course with LTI its a quick way to implement an RBAC (Role-Based Access Control) model since Canvas takes care of that with course roles. I am leaning towards implementing traditional authentication and authorization (Entra, Google, SSO) solutions as its more sustainable than LTI since there are multiple options available in almost all languages and frameworks.