logcorner / token-based-authentification-using-asp.net-web-api-core

Using Token Based Authentication, the client application is not dependent on a specific authentication mechanism. The token is generated by the server if the user is authenticated. So to acces a specific ressource, the client must include the generated token in the header of subsequent requests and the Web API Server have some APIs to unders…
17Updated last year

Related projects

Alternatives and complementary repositories for token-based-authentification-using-asp.net-web-api-core