Commit a5f785c2 authored by Sander van Harmelen's avatar Sander van Harmelen

Merge pull request #50 from Lujeni/user/last_sign_in_at

Support the last_sign_in_at user field
parents af4a85c0 eb8f8e83
......@@ -55,6 +55,7 @@ type User struct {
CanCreateProject bool `json:"can_create_project"`
ProjectsLimit int `json:"projects_limit"`
CurrentSignInAt *time.Time `json:"current_sign_in_at"`
LastSignInAt *time.Time `json:"last_sign_in_at"`
TwoFactorEnabled bool `json:"two_factor_enabled"`
Identities []*UserIdentity `json:"identities"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment