You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath bcc13f3889
Reset Session ID on login (#18018)
* Reset Session ID on login

When logging in the SessionID should be reset and the session cleaned up.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* with new session.RegenerateID function

Signed-off-by: Andrew Thornton <art27@cantab.net>

* update go-chi/session

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Ensure that session id is changed after oauth data is set and between account linking pages too

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per review

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) 3 years ago
dev Move user related model into models/user (#17781) 3 years ago
events Move login related structs and functions to models/login (#17093) 3 years ago
explore Move repository model into models/repo (#17933) 3 years ago
feed Move user related model into models/user (#17781) 3 years ago
org Some repository refactors (#17950) 3 years ago
repo Simplify parameter types (#18006) 3 years ago
user Reset Session ID on login (#18018) 3 years ago
base.go Fix nil checking on typed interface (#17598) 3 years ago
goget.go Refactor HTTP request context (#17979) 3 years ago
home.go Refactor routers directory (#15800) 3 years ago
metrics.go Refactor routers directory (#15800) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go Refactor routers directory (#15800) 3 years ago
web.go Support open compare page directly (#17975) 3 years ago