mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[GH-ISSUE #43] Database backed tokens #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laurivosandi on GitHub (Feb 26, 2018).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/43
Currently hashing algorithm is used for tokening systems. Not having to save stuff to database is a pro of this approach, but if server's secrets are compromised attacker can generate a valid token. Also such token can be reused.
Certidude should support a database backed token system where token identifier is genuinely random and relevant information is looked up on the server side from the database.
@laurivosandi commented on GitHub (May 24, 2018):
Fixed with
ce93fbb58b