sessions added
This commit is contained in:
parent
305044a736
commit
9eba8b4555
4 changed files with 49 additions and 37 deletions
|
|
@ -4,6 +4,6 @@ import "merch-parser-api/internal/shared"
|
|||
|
||||
type Auth interface {
|
||||
Login(userUuid string) (shared.AuthData, error)
|
||||
Logout(userUuid string, refreshUuid string) error
|
||||
Refresh(userUuid string, refreshUuid string) (shared.AuthData, error)
|
||||
Logout(userUuid, refreshUuid, sessionUuid string) error
|
||||
Refresh(userUuid, refreshUuid, sessionUuid string) (shared.AuthData, error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue