User Authentication and Authorization on client side with no database #2256
Unanswered
mirzashahmir02
asked this question in
Q&A
Replies: 1 comment 19 replies
-
Seems like duplicate of #2247 |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my situation is written below
first app features: connected with my database login api returning auth user from database with roles and permissions and jwt token used spattie roles and permission package for user roles and permissionsin database
second app features: no database laravel based frontend and only api call using guzzleclient login frontend hitting api
i want to use blade directives in second app written below with code of both apps.
API APP LOGIN CONTROLLER:
IN POSTMAN i get response like this
then in my client side app i do the following
CLIENT SIDE APP LOGIN CONTROLLER:
my blade file of this client app :
Beta Was this translation helpful? Give feedback.
All reactions