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

remove username and password support #383

Merged
merged 2 commits into from
Dec 26, 2024
Merged

remove username and password support #383

merged 2 commits into from
Dec 26, 2024

Conversation

conradoplg
Copy link
Contributor

Based on #381 , must be merged after that merges

Now that we have private key authentication, there isn't much point in having username & password. Removing it simplifies a lot of stuff and makes the server not require a database anymore and be stateless.

@mpguerra mpguerra linked an issue Nov 28, 2024 that may be closed by this pull request
Base automatically changed from key-auth to main December 18, 2024 23:17
@conradoplg
Copy link
Contributor Author

I'm admin-merging this since it's blocking all other PRs. We can do an overall review/testing pass when we finish the current scope.

@conradoplg conradoplg merged commit 2a07585 into main Dec 26, 2024
5 checks passed
@conradoplg conradoplg deleted the key-auth-cleanup branch December 26, 2024 19:42
Copy link
Contributor

@natalieesk natalieesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good

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

Successfully merging this pull request may close these issues.

Add private key authentication
2 participants