Boruta live example
This is a running example of an OAuth provider implemented with Boruta. Please note that this is a work in progress.
This server is intended to follow :
- RFC 6749 - The OAuth 2.0 Authorization Framework
- RFC 7662 - OAuth 2.0 Token Introspection
- RFC 7009 - OAuth 2.0 Token Revocation
- RFC 7636 - Proof Key for Code Exchange by OAuth Public Clients
The core of this project is open source, the code is available here