Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Login API #19

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2023

  1. add login API

    Added JWT login auth API and middleware to restrict authenticated routes.
    
    Added ErrorResponse struct to return during caught errors
    
    Added a recovery middleware to recover from panics
    manosriram committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fe69878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6665fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc18e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3712139 View commit details
    Browse the repository at this point in the history
  5. remove unused code

    manosriram committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    150e9bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66c7fbe View commit details
    Browse the repository at this point in the history
  7. make get user API private

    manosriram committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3c1c503 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    258beb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    ec8f839 View commit details
    Browse the repository at this point in the history