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

The function AuthenticationBasic make a little mistake. #100

Closed
towerbit opened this issue Feb 5, 2024 · 1 comment
Closed

The function AuthenticationBasic make a little mistake. #100

towerbit opened this issue Feb 5, 2024 · 1 comment

Comments

@towerbit
Copy link

towerbit commented Feb 5, 2024

Login failed for

Line 18 in file AuthenticationBasic.cs
return $"Bassic {Convert.ToBase64String(Encoding.UTF8.GetBytes(usernamePasswordHash))}";

It should be
return $"Basic {Convert.ToBase64String(Encoding.UTF8.GetBytes(usernamePasswordHash))}";

Anyway, thanks a lot for this wonderful project.

@ngraziano
Copy link
Owner

Thanks for the find

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

No branches or pull requests

2 participants