Adds JWT-based auth with refresh tokens
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.halfbinary.scavengerhuntapi.repository
|
||||
|
||||
import net.halfbinary.scavengerhuntapi.model.RefreshId
|
||||
import net.halfbinary.scavengerhuntapi.model.record.RefreshTokenRecord
|
||||
import org.springframework.data.jpa.repository.JpaRepository
|
||||
|
||||
interface RefreshTokenRepository: JpaRepository<RefreshTokenRecord, RefreshId>
|
||||
Reference in New Issue
Block a user