angularjs - Implementation of Hybrid flow for Angular JS -


i need implementation guidance, have angularjs client asp.net web api on server-side. here questions: 1. have implemented implicit flow i'm able id_token , access_token identityserver. know if can implement hybrid flow allows refresh-tokens? 2) what's right way handle session management on javascript client?

implicit flow dows not support refresh tokens. authorization flow does, should not used on javascript clients in websites. can used native apps on mobile devices.

here article on why shouldn't use implicit flow on mobile devices.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -