robsontenorio / laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel
MIT License
434 stars 141 forks source link

users table not defined #42

Closed maralbe closed 3 years ago

maralbe commented 3 years ago

hi, I want to authenticate users between multiple micro services.. and each micro service will have an authentication.. I found your package.. and it seems work for me.. but the problem is I don't know how to tell keycloak to use the users of keycloak panel for authentication.. not to lookup in laravel users table, because there is no users table in my services.

please help me with my issue.. or if you have any suggestion to help me find my solution that be great thank you

robsontenorio commented 3 years ago

Please, check the README “load_user_from_database”.