| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
JWTAuth.getCurrentUser()
Get the currently logged in user
|
AuthenticatedUser |
JWTAuth.validateToken(String jwtString)
Check the given JWT and parse it into a user object
|
| Modifier and Type | Method and Description |
|---|---|
String |
JWTAuth.signToken(AuthenticatedUser user)
Sign the given claims
|
Copyright © 2016 Taimos GmbH. All rights reserved.