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

Feature: User Login & Authorization #170

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

kshitijrajsharma
Copy link
Member

@kshitijrajsharma kshitijrajsharma commented Nov 17, 2023

What Does this PR Do ?

  • Introduces User Login Feature :

  • User Role Implemented

    class UserRole(Enum):
        ADMIN = 1
        STAFF = 2
        GUEST = 3
  • Adds Authorization to relative endpoints

  • Create .sql for user table setup

What next ?

  • Testing

@kshitijrajsharma kshitijrajsharma changed the title Feature User Login Feature: User Login Nov 17, 2023
@kshitijrajsharma kshitijrajsharma changed the title Feature: User Login Feature: User Login & Authentication Nov 17, 2023
@kshitijrajsharma kshitijrajsharma changed the title Feature: User Login & Authentication Feature: User Login & Authorization Nov 17, 2023
@kshitijrajsharma kshitijrajsharma marked this pull request as ready for review November 17, 2023 12:18
@kshitijrajsharma kshitijrajsharma merged commit 04328f9 into develop Nov 17, 2023
8 checks passed
@kshitijrajsharma kshitijrajsharma deleted the feature/user_login branch February 19, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant