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

A DataStorage that stores information to Postgres

0.0.1-dev.4 #

  • Fix nullable password and salt fields in User type

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
140
points
332
downloads

Publisher

unverified uploader

Weekly Downloads

A DataStorage that stores information to Postgres

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

postgres, super_simple_authentication_toolkit

More

Packages that depend on super_simple_authentication_postgres_data_storage