Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Documentation

Authorization Endpoints

GET /auth/login

Redirects the user to Google OAuth login.

  • Query Parameters: None
  • Response:
    • A URL to redirect the user to Google login.

GET /auth/callback

Callback URL where Google OAuth sends the authorization code.

  • Query Parameters:
    • code (string) - The authorization code returned by Google.
  • Response:
    • A JWT token (access_token) which can be used for authenticated requests.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages