forgejo/services
Gusted 51988ef52b
[GITEA] rework long-term authentication
- The current architecture is inherently insecure, because you can
construct the 'secret' cookie value with values that are available in
the database. Thus provides zero protection when a database is
dumped/leaked.
- This patch implements a new architecture that's inspired from: [Paragonie Initiative](https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#secure-remember-me-cookies).
- Integration testing is added to ensure the new mechanism works.
- Removes a setting, because it's not used anymore.

(cherry-pick from eff097448b)

Conflicts:

	modules/context/context_cookie.go
	trivial context conflicts

	routers/web/web.go
	ctx.GetSiteCookie(setting.CookieRememberName) moved from services/auth/middleware.go
2023-10-05 08:50:54 +02:00
..
actions
agit
asymkey
attachment
auth [GITEA] rework long-term authentication 2023-10-05 08:50:54 +02:00
automerge
context
convert Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249) 2023-10-03 14:48:40 +02:00
cron
externalaccount
forgejo [UPGRADE] add sanity checks for [storage*] 2023-08-21 07:22:19 +02:00
forms check blocklist for emails when adding them to account (#26812) (#26831) 2023-09-08 08:09:18 +02:00
gitdiff Fix successful return value for SyncAndGetUserSpecificDiff (#27152) (#27156) 2023-10-03 14:48:08 +02:00
issue
lfs
mailer
markup
migrations
mirror
org
packages
pull Fix bug for ctx usage (#26763) 2023-09-08 08:07:19 +02:00
release
repository Sync tags when adopting repos (#26816) (#26834) 2023-09-08 08:09:18 +02:00
task
user
webhook Fix release URL in webhooks (#27182) (#27184) 2023-10-03 14:48:18 +02:00
wiki services/wiki: Close() after error handling (#27129) (#27137) 2023-09-20 12:50:46 +02:00