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

1002: Secure endpoints with Authentication & Authorization #2

Open
tunaung22 opened this issue Oct 31, 2024 · 1 comment
Open

1002: Secure endpoints with Authentication & Authorization #2

tunaung22 opened this issue Oct 31, 2024 · 1 comment
Labels
feature New feature or request

Comments

@tunaung22
Copy link
Owner

Security features like authentication and authorization are needed.

Consider the following:

  • Identity Framework
  • JWT (json web token)
  • Policy-based authorization or Resource-based authorization
@tunaung22 tunaung22 added the feature New feature or request label Oct 31, 2024
@tunaung22
Copy link
Owner Author

**Note: Implementing ASP.NET Identity will be a tricking one since the database is the legacy one and couldn't modify schema, there is a need to write custom logic to use with Identity framework.

user_user_group_tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant