Milan Latinović
Software Engineer and Enterprise Architect
© 2023 All rights reserved.
Tag Archives: token based authentication
Token based authentication and authorization with OAuth
Open Authorization is commonly known as OAuth. This is an open standard for token based authentication and authorization on the internet. OAuth provides a way for third party services to use user related data without user password. Also, OAuth means additional security for user account. Let’s make things more simple. What if there would be…