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

Implement parsec authentication #1543

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Implement parsec authentication #1543

wants to merge 3 commits into from

Conversation

bgrainger
Copy link
Member

Fixes #1540

This adds support for the 'parsec' plugin.

Signed-off-by: Bradley Grainger <[email protected]>
Create a new ServerFeature for parsec.

Drop netstandard2.0 support. PBKDF2-SHA512 support was only added in .NET Framework 4.7.2 and .NET Standard 2.1.

Signed-off-by: Bradley Grainger <[email protected]>
@bgrainger bgrainger added this to the 2.5.0 milestone Jan 27, 2025
Introduce new IAuthenticationPlugin3 interface and deprecate IAuthenticationPlugin2. Authentication plugins will now compute the password hash and the authentication response in one call, and the session will cache the password hash for later use.

Signed-off-by: Bradley Grainger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Implement MariaDB Parsec new authentication
1 participant