get current session info
This commit is contained in:
parent
476e5edf38
commit
c59fbc0864
6 changed files with 84 additions and 26 deletions
|
|
@ -6,4 +6,5 @@ type Auth interface {
|
|||
Login(userUuid string) (shared.AuthData, error)
|
||||
Logout(refreshUuid string) error
|
||||
Refresh(refreshUuid string) (shared.AuthData, error)
|
||||
GetCurrentSession(refreshUuid string) (shared.CurrentSession, error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue