This website requires JavaScript.
Explore
Help
Sign In
backup
/
springboot-security-jwt
Watch
1
Star
0
Fork
0
You've already forked springboot-security-jwt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a3e9b93382
springboot-security-jwt
/
src
/
main
/
java
/
com
/
svlada
/
security
/
model
/
token
/
JwtToken.java
6 lines
95 B
Java
Raw
Normal View
History
Unescape
Escape
Code refactor.
2016-08-19 20:18:25 +08:00
package
com.svlada.security.model.token
;
Implemented AJAX based authentication
2016-08-04 22:47:31 +08:00
public
interface
JwtToken
{
String
getToken
(
)
;
}
Reference in New Issue
Copy Permalink