We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
I have been working on an example application for personal evalation. It is very early prototype but features client-server JWT auth.
I plan to integrate hierarchical role based authorisation in near future.
Sorry, something went wrong.
If you'd like to extract it from your app and create PR with example, that would be so awesome @lorefnon :)
Sure, will do.
I just realized that @Guard no longer exists in master. I will update my example to use @Before and create a PR shortly.
@Guard
@Before
Right. I've removed it as @Guard was simply not needed abstraction. It was simple function in form of
function Guard(options) { return Before(otherOptions) }
as I think it's good approach to keep graphql more like library than framework, I've decided such Guard is bad abstraction.
graphql
Guard
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: