super_simple_authentication_postgres_data_storage 0.0.1-dev.3 copy "super_simple_authentication_postgres_data_storage: ^0.0.1-dev.3" to clipboard
super_simple_authentication_postgres_data_storage: ^0.0.1-dev.3 copied to clipboard

A DataStorage that stores information to Postgres

0.0.1-dev.3 #

  • Add password reset functionality
    • Implement createPasswordResetToken - stores hashed password reset tokens
    • Implement getPasswordResetToken - retrieves and validates password reset tokens
    • Implement revokePasswordResetTokens - revokes all tokens for a user
    • Implement updateUserPassword - updates user password and salt
    • Add auth.password_reset_tokens table with indexes

0.0.1-dev.2 #

  • Make Postgres write statements directly (instead of using postgres_builder)
  • Add a setup function to write the schema directly to the database on startup

0.0.1-dev.1 #

  • Initial release!
0
likes
0
points
332
downloads

Publisher

unverified uploader

Weekly Downloads

A DataStorage that stores information to Postgres

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

postgres, super_simple_authentication_toolkit

More

Packages that depend on super_simple_authentication_postgres_data_storage