Skip to content

Releases: AppsDevTeam/fancyadmin

v1.0.33: Fixes onetime token authentication

01 Feb 09:01

Choose a tag to compare

Updates onetime token authentication to check only for token existence.

v1.0.32: Updates token retrieval logic

01 Feb 08:56

Choose a tag to compare

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

01 Feb 08:50

Choose a tag to compare

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

01 Feb 08:40

Choose a tag to compare

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

31 Jan 19:17

Choose a tag to compare

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

31 Jan 15:31

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

v1.0.27

28 Jan 19:03

Choose a tag to compare

fix colors

v1.0.26

24 Jan 16:40

Choose a tag to compare

Merge remote-tracking branch 'origin/main'

v1.0.25

24 Jan 07:50
9a4f120

Choose a tag to compare

Update composer.json

v1.0.24: Merge pull request #15 from AppsDevTeam/f-fix-colors

24 Jan 07:18
6004b0e

Choose a tag to compare