API of kanboard.org in Typescript. As I started I realised that I don't know how to tackle this on a higher level. Things like how to handle authentication globally. Can someone point me into the right direction? What are common practices to do this? Is there a project on GitHub which I can look up?
Things like how to handle authentication globally. Make a class which contants the credentials with methods requiring them. When authenticating and it went successfully, you return an instance of this class with proper credentials
Обсуждают сегодня