Top 20 NuGet Packages depending on FCore.Cryptography

Total dependencies: 3

Base functionality for a simple resource server (Web API web application) including classes for consistent response objects and middleware for token validation
This library is a dependency of the FCore.AuthServer and FCore.ResourceServer libraries. It contains a simple WebToken class that becomes the access token issued by the auth server, and passed as a Bearer token to authorized resource server calls.
Foundations of a simple authorization server, including token-issuing middleware and interfaces prompt for providing validation of user credentials and implementation of a custom response object.