oauth 2.0 - OAuth2 user token best practice -


i'm using "code grant flow" in order obtain token server-side passing secret. need send token server client, able make ajax request bearer token in header. safe way this?

any method long return on secure https channel. application specific call, running between frontend , backend of single application, based on session cookie maintains state between 2 of them.


Comments

Popular posts from this blog

php - mySQL problems with this code? -

java - Checkbox item adds to spinner -

java - Can't access ArrayList in other view? android null pointer exception -