When trying to authenticate the user of my web app with Trello, which uses oauth1 authentication, I noticed that the oauth library recommended in their demo project does not have typings. What would be the most suitable alternative for authenticating my app with Trello?
- Are there any Typescript-based oauth1 libraries that I may have overlooked during my search?
- Should I proceed with using the existing library despite the lack of type safety, or should I consider implementing the oauth authorization flow myself?