aboutsummaryrefslogtreecommitdiff
path: root/internal/context/auth.go
Commit message (Expand)AuthorAge
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* refactor(db): migrate methods off `user.go` (#7230)Joe Chen2022-11-05
* auth: enable authentication by token from password (#7198)Yang Liu2022-10-22
* refactor(db): rename `User.Passwd` to `User.Password` (#7196)Joe Chen2022-10-22
* db: use `context` and go-mockgen for `UsersStore` (#7042)Joe Chen2022-06-11
* db: rename `AccessTokensStore.Save` to `Touch` (#7029)Joe Chen2022-06-08
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
* autofix: fix check for empty string (#6804)deepsource-autofix[bot]2022-03-06
* autofix: types of function parameters can be combined (#6800)deepsource-autofix[bot]2022-03-06
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
* route: no session for routes without UI (#6066)ᴜɴᴋɴᴡᴏɴ2020-04-05
* util: add tests (#5989)ᴜɴᴋɴᴡᴏɴ2020-03-16
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* auth: redirect landing URL with subpath prepended (#5964)ᴜɴᴋɴᴡᴏɴ2020-03-04
* conf: overhaul auth and user settings (#5942)ᴜɴᴋɴᴡᴏɴ2020-02-27
* conf: overhaul security settingsᴜɴᴋɴᴡᴏɴ2020-02-22
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
* internal: move packages under this directory (#5836)Unknwon2019-10-24