In this article, we'll discuss how to create a basic authorization server that creates tokens given the username and password. We will talk about how to generate OAuth tokens. When using OAuth tokens, passwords are not shared between services. Instead, tokens are used for authentication.

Related Articles