Adds JWT-based auth with refresh tokens
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package net.halfbinary.scavengerhuntapi.model.response
|
||||
|
||||
import net.halfbinary.scavengerhuntapi.model.RefreshId
|
||||
|
||||
data class LoginResponse(
|
||||
val email: String,
|
||||
val name: String
|
||||
val accessToken: String,
|
||||
val refreshToken: RefreshId
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user