mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
implemented view users permission
This commit is contained in:
parent
f5f30d2322
commit
30321781c2
13 changed files with 423 additions and 388 deletions
|
@ -110,7 +110,7 @@ func (h *Handler) Login(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
h.Runtime.Log.Info("login " + email + " @ " + dom)
|
||||
h.Runtime.Log.Info("logged in " + email + " @ " + dom)
|
||||
|
||||
authModel := auth.AuthenticationModel{}
|
||||
authModel.Token = GenerateJWT(h.Runtime, u.RefID, org.RefID, dom)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue