kkemple / graphql-auth

🔒 GraphQL authentication and authorization middleware
MIT License
278 stars 19 forks source link

support wildcard in scopes #3

Closed artgibson closed 7 years ago

artgibson commented 7 years ago

a suggestion for supporting wildcards in scopes with lots of models.

now admin: ['user:view', 'user:create','user:delete']

after admin: ['user:*']

kkemple commented 7 years ago

this looks great!

kkemple commented 7 years ago

new version published graphql-auth@0.1.0