I've tried JWT tokens for applications where it's a completely decoupled backend (apis) and front end. I can get the server to respond to a client request with a token if say a user types in the proper username and password but it's not clear to me what the client should do with said tokenWhere does it store it?How does it send it with each subsequent request?Any security holes to look out for?
Submitted December 10, 2016 at 10:45PM by rapjs
No comments:
Post a Comment