michaelrsweet / moauth

Basic OAuth2 client/server implementation.
https://www.msweet.org/moauth
Apache License 2.0
19 stars 3 forks source link

Token Introspection Support #4

Closed michaelrsweet closed 6 years ago

michaelrsweet commented 6 years ago

Add support for OAuth 2.0 token introspection.

michaelrsweet commented 6 years ago

Need to add configuration directive(s) to determine the type of authentication and allowed user/group for introspection. Also /introspect endpoint in the profile URL.

michaelrsweet commented 6 years ago

[master 947c9ca] Implement token introspection (Issue #4)