Easy Auth Docs
  • Easy Auth Documentation
    • What is jwt
    • Getting started
      • Creating new applications
      • Application configuration
        • Auth Credentials
        • Application id
        • Application secret
        • Auth urls
          • Signup url
          • Signin url
          • Authorization url
    • Troubleshoot
      • Requested resource not found (404)
      • Not acceptable (406)
      • Application error occured (404)
      • Client secret mismatch (406)
      • Bad signup credentials (409)
Powered by GitBook
On this page
  1. Easy Auth Documentation
  2. Getting started
  3. Application configuration

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

PreviousApplication secretNextSignup url

Last updated 1 year ago