Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) Allow number as valid role and grant type (fixes #93) #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vegerot
Copy link

@vegerot vegerot commented Nov 20, 2020

In some cases it makes sense to have numbers instead of strings for
role types. For example, when using enums in TypeScript

Fixes #93

In some cases it makes sense to have `number`s instead of `string`s for
role types.  For example, when using `enum`s in TypeScript

Fixes onury#93
@coveralls
Copy link

coveralls commented Nov 20, 2020

Coverage Status

Coverage increased (+0.04%) to 96.907% when pulling 0b40633 on vegerot:valid_number_role into c91eb67 on onury:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow number as valid type of role
2 participants