michaelrsweet / moauth

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

Support groups as scopes #12

Closed michaelrsweet closed 5 months ago

michaelrsweet commented 5 years ago

Right now moauthd only supports three hardcoded scopes: "public", "shared", and "private". Would be nice to extend this to all UNIX groups so that a user login maps that user to all of the user's groups as scopes.

michaelrsweet commented 5 months ago

[master 49a3340] Add support for Unix groups as scopes (Issue #12)