I am implementing a chrome extension. Where an user log in(email and password) and get auth token from 3rd party. I want to store this auth token so when sending another request to same party I can use this token. What is good approach to do this. Should I store it ? If yes how? Else what should I do?
相关问题
- java client program to send digest authentication
- Browsers render final comma of right-to-left (rtl)
- PHP persistent login - Do i reissue a cookie after
- Data loss during sending via $_SESSION from one sc
- Chrome dev tools exact computed value for CSS rule
相关文章
- Page指令 的EnableSessionState="ReadOnly",怎么在web.confi
- How exactly do Firebase Analytics handle session d
- Is there a way to hide the new HTML5 spinbox contr
- Google Chrome Cache
- how to download a file on Chrome without auto rena
- Do all browsers on iOS use WKWebview or UIWebVIew?
- Symfony2: check whether session exists or not
- Generate disk usage graphs/charts with CLI only to
you can save it in Storage
Step 1 :- You need to add the permission in
menifist
,json
Steps 2 :- Set token to the storage
Steps 3 :- Get the token from the storage