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

Authentication and Authorization #16

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Authentication and Authorization #16

wants to merge 2 commits into from

Conversation

StefanGreve
Copy link
Member

@StefanGreve StefanGreve commented Aug 26, 2024

Authentication and Authorization

This PR will implement a basic authentication and authorization flow as a proof of concept. It relies on two internally developed libraries for completion.

  1. https://github.com/Advanced-Systems/security
  2. https://github.com/Advanced-Systems/connector

RBD

  • Create database schema for users
  • Add and configure DatabaseConnectionService

JWT

  • Buy a domain and create a certificate using Let's Encrypt
  • Decrypt Key from settings file using AdvancedSystems.Security
  • Configure Key, Issuer and Audience in `appsettings.development.json
  • Implement a AuthenticationService with Login and Logout methods

@StefanGreve StefanGreve added enhancement New feature or request devops Modify CI/CD scripts labels Aug 26, 2024
@StefanGreve StefanGreve added this to the Beta Release milestone Aug 26, 2024
@StefanGreve StefanGreve self-assigned this Aug 26, 2024
This was linked to issues Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Modify CI/CD scripts enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Database Protect Requests with OAuth2.0
1 participant