Reputation: 175
I'm using a service with REST api, which provides me an authentication token as the response for the sign in POST request. Where is it better (and secure) to store? This token should be added to each request after that.
Upvotes: 6
Views: 2103
Reputation: 11361
Use this https://github.com/granoff/Lockbox . Simple way without knowing the apis
Upvotes: 1