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

Deprecate passlib #368

Merged
merged 19 commits into from
Apr 30, 2024
Merged

Deprecate passlib #368

merged 19 commits into from
Apr 30, 2024

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented Apr 25, 2024

Issue

Summary

  • Passlib removed from Dockerfile.
  • passlib.hash.bcrypt replaced by bcypt directly.
  • passlib.hash.argon2 replaced by argon2 directly.
  • passlib.pwd replaced by secrets.
  • passlib.hash.md5 replaced by hashlib.md5.
  • passlib.apache replaced by custom htpasswd file reader.
  • Created utility methods for password hashing and validation in seacatauth.generic.
  • Method _verify_password added to CredentialsProviderABC so that it can be used by any credential provider.
  • Default provisioning tenant name must not contain -.

@byewokko byewokko added the enhancement New feature or request label Apr 25, 2024
@byewokko byewokko self-assigned this Apr 25, 2024
@byewokko byewokko requested a review from Plesoun April 26, 2024 08:56
@byewokko byewokko added the bug Something isn't working label Apr 30, 2024
@byewokko byewokko merged commit c46036c into main Apr 30, 2024
5 checks passed
@byewokko byewokko deleted the feature/deprecate-passlib branch April 30, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant