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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -