fontman / fontman-server

Fontman server
GNU General Public License v3.0
3 stars 1 forks source link

Implement token authentication for fontman server #3

Closed malintha closed 7 years ago

lpsandaruwan commented 7 years ago

Need a clarification. :-) What happens when this token expired? Does it require the client user to log in again?

malintha commented 7 years ago

Yeah. This is a simplified answer for it. http://stackoverflow.com/questions/1592534/what-is-token-based-authentication

lpsandaruwan commented 7 years ago

Shall we go for a mechanism like Skype? Once user logged in, it keeps credentials until he signs out?

lpsandaruwan commented 7 years ago

https://github.com/fontman/fontman-server/commit/fb6be4f044dfcefde3a805442741ad552b86fc57 https://github.com/fontman/fontman-server/commit/d37da0088966a11374fa6bb69a91f0065cc3d103

Closing this since auth controller has a token-based mechanism.