forgejo/modules/base
Gusted 1ce33aa38d
fix: extend forgejo_auth_token table
- Add a `purpose` column, this allows the `forgejo_auth_token` table to
be used by other parts of Forgejo, while still enjoying the
no-compromise architecture.
- Remove the 'roll your own crypto' time limited code functions and
migrate them to the `forgejo_auth_token` table. This migration ensures
generated codes can only be used for their purpose and ensure they are
invalidated after their usage by deleting it from the database, this
also should help making auditing of the security code easier, as we're
no longer trying to stuff a lot of data into a HMAC construction.
-Helper functions are rewritten to ensure a safe-by-design approach to
these tokens.
- Add the `forgejo_auth_token` to dbconsistency doctor and add it to the
`deleteUser` function.
- TODO: Add cron job to delete expired authorization tokens.
- Unit and integration tests added.
2024-11-15 10:59:36 +01:00
..
base.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
natural_sort.go [BUG] Sort file list case insensitively 2024-02-29 21:14:06 +01:00
natural_sort_test.go [BUG] Sort file list case insensitively 2024-02-29 21:14:06 +01:00
tool.go fix: extend forgejo_auth_token table 2024-11-15 10:59:36 +01:00
tool_test.go fix: extend forgejo_auth_token table 2024-11-15 10:59:36 +01:00