Need Advice: Laravel single signon for different laravel applications -


i have requirement have central laravel application, , has users in there. there 2-3 sub laravel applications. users individually given access these sub applications.

now requirement these sub applications shouldn't have users in there. should query central laravel application (through api).

so if signs in central laravel application, should automatically sign-in other applications given access to.

i aware providing code wont possible, overall overview of how might work , packages might helpful great. in advance.

i have pretty done this. struggled find examples/advice started building it.

i have several applications, internal use.

i have 1 application/db storing users/roles/permissions.

in other applications, user model points usermanager db. when user log in, grab permissions application , store them in session.

seems working far.

mick


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -