-
Notifications
You must be signed in to change notification settings - Fork 36
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
Issue 246 auth backend #862
base: oauth2-support
Are you sure you want to change the base?
Issue 246 auth backend #862
Conversation
I have read the CLA Document and I hereby sign the CLA 2 out of 5 committers have signed the CLA. |
I have read the CLA Document and I hereby sign the CLA |
Awesome! |
ec03eba
to
354d8f0
Compare
WHAT is this pull request doing?
Allows ConnectionFactory to use a chain of responsibility to authenticate users via multiple configured providers. A cache management is implemented to avoid calls that are too slow in http
WIP :
Initialize auth_chain with config.
Find a solution so that external auth services return LavinMQ::User
HOW can this pull request be tested?
Added fake
auth_http_backend
server in helper.Cache and
auth_chain
have dedicated tests