You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample project demonstrating User Registration, Login, role based access using OAuth2/Open ID Connect protocols implemented by IdentityServer4. This sample uses the Open ID Connect Authorization code flow + PKCE
PasswordManager is a simple application to manage user's credentials for all the websites that the user has an account in, that way the user only needs to remember one single (master) password. This application is created solely for learning purpose.