Any way for implement JWT with LdapRecord-Laravel ? #598
hdkcreative
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @hdkcreative, is there any chance you figured somehow out how you could implement JWT + LDAP? I have the same problem. Thank you :) |
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
-
Hi @stevebauman exist Any way for implement JWT with LdapRecord-Laravel ?
We have been reading the documentation, but we haven't found anything that shows us how to implement JWT with
Until now we only need the user to be active in the active directory and that would be the only condition to generate a VALID TOKEN.
example code:
Our UserModel.php
Beta Was this translation helpful? Give feedback.
All reactions