I would like to implement individual user accounts authentication using local database for my .Net Core web api app, having the following capabilities:
- Generating access tokens
- Generating refresh tokens
- providing roll-based authorization
- enabling social logins
- local database storage.
Any tutorial or help on this?