Auth Service
HomeAuth Service
Api Reference
  • Authentication
  • File Controller
  • User FCM Token
  • User Basic Info
Changelog Release
HomeAuth Service
Api Reference
  • Authentication
  • File Controller
  • User FCM Token
  • User Basic Info
Changelog Release
    • Introduction
    • Changelog Release
    • Local Development
    • Authentication
      • adminRegister
        POST
      • checkEmail
        POST
      • sendEmailVerification
        GET
      • verifyEmail
        POST
      • login
        POST
      • login
        POST
      • logout
        POST
      • sendRecoverPassword
        GET
      • recoverPassword
        POST
      • refreshToken
        POST
      • register
        POST
    • file-controller
      • streamPrivateData
        GET
    • internal-controller
      • getUserFcmTokenByUserId
        GET
      • getUserIntro
        GET
    • User
      • facebookCallbackUserInfo
        GET
      • updateUserAccount
        POST
      • deleteAllSessionOfUser
        DELETE
      • getUserBasicInfo
        GET
      • getUserIntro
        GET
      • updateUserIntro
        POST
      • testGetUserFromFirebaseByEmail
        GET
      • testGetUserFromFirebaseNoPassword
        GET
      • testGetUserFromFirebasePassword
        GET
      • getProfilePicture
        GET
      • storeUserFcmToken
        POST
      • updateFeedbackAskdoctor
        GET
      • updateUserIntroV2
        POST

    Introduction

    📌
    This Documentation is Still on Development Progress...

    Overview#

    Auth Service API is an application programming interface that allows developers to integrate authentication and authorization functionality into an applications.
    Authentication refers to the process of verifying the identity of a user, while authorization involves determining whether the user has the necessary permissions to access certain resources or perform specific actions. An auth service API provides a standardized way for applications to manage user authentication and authorization, which can help improve security and reduce the risk of unauthorized access.

    API Stack#

    At this Auth Service API on Backend Stack, we use Java with Springboot framework to manage All Features.

    API Contents#

    In this section we help you to find a shortcut to the API documentation you need. here, we have more than one service and to make your search easier than you use the menu in the toolbar above, you can search in the table below.
    NoService TitleFunctionMethodDescription
    1Authentication1. RegisterPOSTThis Endpoint for User Registration
    2. LoginPOSTThis Endpoint for User Login
    3. Verify EmailPOSTThis Endpoint used by User to verify Email
    4. Send VerificationGETThis Endpoint using for for sending response user's email verification (this method support Number 3)
    5. Check EmailPOSTThis Endpoint using for checking User's Email exist or not
    6. LogoutPOSTThis Endpoint for User Logout
    Modified at 2023-03-03 08:17:03
    Next
    Changelog Release
    Built with