TanmoySG / wunder-identity-provider

ID Provider for Wunder Platform. Authentication & Authorization Server for all wunder products
3 stars 0 forks source link

[Feature] User Login #53

Closed TanmoySG closed 2 years ago

TanmoySG commented 2 years ago

Implement the Login System for wIP.

[Checkpoints]

Add Issues Above

[Architecture] Refer to Login Architecture

[Additional Details]

JWT Resources

TanmoySG commented 2 years ago

[Additional Resource] https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/

TanmoySG commented 2 years ago

[ JWT Library ] https://github.com/lepture/authlib https://github.com/jpadilla/pyjwt/

TanmoySG commented 2 years ago

[About JWT] https://jwt.io/introduction

TanmoySG commented 2 years ago

[Additional Resources] https://medium.com/jspoint/so-what-the-heck-is-jwt-or-json-web-token-dca8bcb719a6