ontehfritz / SuperSimpleAuth

WIP Simple Online Authentication and Authorization Micro-Service
https://www.authenticate.technology
4 stars 1 forks source link

Implement JWT tokens #66

Closed ontehfritz closed 7 years ago

ontehfritz commented 7 years ago

look into this https://scotch.io/tutorials/the-anatomy-of-a-json-web-token

better to use standards

ontehfritz commented 7 years ago

Able now to create a JWT, next step is to to use the token instead of the guid token created

ontehfritz commented 7 years ago

Can use simple guid token or more secure jwt, information regardless of simple token or jwt, always uses jwt in the background