Releases: AppsDevTeam/fancyadmin
Releases · AppsDevTeam/fancyadmin
v1.0.33: Fixes onetime token authentication
v1.0.32: Updates token retrieval logic
Updates the token retrieval process to set and persist the 'usedAt' timestamp only when the token is found. This prevents unnecessary database updates when invalid tokens are checked.
v1.0.31: Uses enum for onetime token type
Updates the onetime token service to use the `OnetimeTokenTypeEnum` instead of a string for the login type. This change improves type safety and code maintainability.
v1.0.30: Refactors onetime token generation and usage
Changes `generateToken` to `saveToken` to handle entity association directly, simplifying the token creation process and enhancing code readability. Updates the token finding process to set `usedAt` when the token is retrieved, invalidating the token upon retrieval for security.
v1.0.29: Corrects password reset error message
Updates the password reset error message to be more accurate. The previous message incorrectly stated that the email failed to send, when in reality the account was not found.
v1.0.28
v1.0.27
v1.0.26
v1.0.25
v1.0.24: Merge pull request #15 from AppsDevTeam/f-fix-colors
fix: template colors