mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
feature (plg_authenticate_passthrough): populate session data
This commit is contained in:
parent
4f4fcfc16e
commit
633f17a63b
1 changed files with 3 additions and 1 deletions
|
|
@ -37,5 +37,7 @@ func (this Admin) EntryPoint(idpParams map[string]string, req *http.Request, res
|
|||
}
|
||||
|
||||
func (this Admin) Callback(formData map[string]string, idpParams map[string]string, res http.ResponseWriter) (map[string]string, error) {
|
||||
return map[string]string{}, nil
|
||||
return map[string]string{
|
||||
"user": "anonymous",
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue