Auth urls

Urls are something you have to use while communicating to easy auth authentication server. Here in this section you will be encountering 4 different url

  • Signup url

  • Signin url

  • Authorization url (Auth url)

  • Refresh url

Let's discuss each url types and how you can use it in your project in later sections

Last updated