-
-
Notifications
You must be signed in to change notification settings - Fork 772
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
docs: adds events and debugging recipe #1246
Conversation
|
Sure, will move into .md in recipes.
Is
I think I can recognise universally Thanks for the feedback. |
Also, I think we can make debug composable into |
👍
👍
👍 |
What it does?
Adds a quick start shell / scaffold for subscribing to all oidc-provider's events with a no-op listeners.
Why
I think it's useful for library.
Having this repeated manual labor for listeners setup going on with couple of projects, I saved it in a gist.
I see 2 possible issues with this PR from the get go:
Object
not being narrow enough when appearing in@params
/recipes
better instead of adding them here inexamples
?After all they are optional, but still, implementer should consider doing some auditing (at least) so that's why I added them here.