/nioauth-provider

OAuth 2 Provider built on top of SwiftNIO

Primary LanguageSwiftApache License 2.0Apache-2.0

NIOAuth Provider

An OAuth 2 Provider library built on top of SwiftNIO 2.

It follows both RFC 6749 and RFC6750 and there is an extensive test suite to make sure it adheres to the specification.

It also implements the RFC 7662 specification for Token Introspection, which is useful for microservices with a shared, central authorization server.

More to follow