Replies: 1 comment 3 replies
-
How about a simple |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example here we can have a custom resolver, for cookie, session, token, etc, as default could be session
So after login we can set
session(['team_id'=>request()->input('team_id')])
CC: @freekmurze
Beta Was this translation helpful? Give feedback.
All reactions