0
MohamedAli created
why login api not return user token ?? how can i authenticate my user using api's ??
1 Answer(s)
-
1
There are 2 kinds of SPA authentication; Authorization Code Flow (Recommended) and Resource Owner Password Flow. We support both of them that you can check at Authorization in Angular UI docs.
This question seems a broad 10 hour lecture about authorization and authentication :)
Can you check docs and google about authorization flows in SPA and ask specific question about your problem?