access token excluded from refresh and logout
This commit is contained in:
parent
0dc93fcd16
commit
404a52473d
5 changed files with 27 additions and 28 deletions
|
|
@ -4,6 +4,6 @@ import "merch-parser-api/internal/shared"
|
|||
|
||||
type Auth interface {
|
||||
Login(userUuid string) (shared.AuthData, error)
|
||||
Logout(userUuid, refreshUuid string) error
|
||||
Refresh(userUuid, refreshUuid string) (shared.AuthData, error)
|
||||
Logout(refreshUuid string) error
|
||||
Refresh(refreshUuid string) (shared.AuthData, error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue