AuthenticationService icon indicating copy to clipboard operation
AuthenticationService copied to clipboard

Implementations for JWT Authentication in C# and NodeJS.

Results 2 AuthenticationService issues
Sort by recently updated
recently updated
newest added

I have been looking for something like this for a new RESTful service I am writing (I'm new to web APIs, but not to other c# programming). What I didn't...

O the JWTService Class line 37 it should be **TokenValidationParameters tokenValidationParameters = GetValidationParameters();** and not **TokenValidationParameters tokenValidationParameters = GetTokenValidationParameters();**