-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Auth with Hapi #340
Comments
Thank you for this issue, I'll review posible options and add an example for it. |
felixmosh
added a commit
that referenced
this issue
Oct 29, 2021
feat: add hapi auth example closes #340
felixmosh
added a commit
that referenced
this issue
Oct 29, 2021
* fix typo * feat: add route options to hapi plugin feat: add hapi auth example closes #340
Released in Checkout the hapi-auth example |
Thanks a lot ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to implement your package with hapi.
It's quite easy to plug but i cant find anything related to auth.
Am i missing something ?
here's my versions
"@bull-board/api": "3.6.0", "@bull-board/hapi": "3.6.0", "@hapi/hapi": "20.1.0",
Would love to use a basic authentication strategy (hapi basic exemple).
Regards,
Theo
The text was updated successfully, but these errors were encountered: