How to dynamically change the authentication method #623
Unanswered
orebarranco
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@stevebauman can you pls assist? I've got the same issue. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi there, There's some existing documentation that will assist you with this. You should be able to carry over most of it, as it shows how to define multiple guards and how to utilize them: https://ldaprecord.com/docs/laravel/v3/auth/multi-domain#creating-the-ldaprecord-models Outside of that, this question is too application specific and falls outside the scope of this repository. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Laravel Jetstream and Ldap-Record installed. How can I change the authentication dynamically from the login screen. Choosing between the options (ldap, openldap and local db).
Beta Was this translation helpful? Give feedback.
All reactions