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

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    090a338 View commit details
    Browse the repository at this point in the history
  2. (feat) Allow number as valid role and grant type

    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
    vegerot committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    0b40633 View commit details
    Browse the repository at this point in the history