mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 17:55:31 +00:00
SECURITY: store hashed session tokens
This commit is contained in:
@@ -26,6 +26,7 @@ func (s *FixedSession) IsExpired() bool {
|
||||
var _ core.RecordProxy = (*Place)(nil)
|
||||
|
||||
type Session struct {
|
||||
SessionTokenClear string `json:"-"`
|
||||
core.BaseRecordProxy
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user