currently, OAuth tokens issued from ASP.NET Identity are using the default token encryption with the machineKey. Would like to explore and possibly use tokens in JWT.
currently, OAuth tokens issued from ASP.NET Identity are using the default token encryption with the machineKey.
Would like to explore and possibly use tokens in JWT.