change name for function
This commit is contained in:
parent
6c3cf5b92c
commit
4f1efd8c2e
@ -40,7 +40,7 @@ public class TokenRessource {
|
|||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
public Response getUserName(@HeaderParam("Authorization") String auth, @CookieParam("user") String user, @CookieParam("jwt") String jwtCookie) {
|
public Response tokenRefresh(@HeaderParam("Authorization") String auth, @CookieParam("user") String user, @CookieParam("jwt") String jwtCookie) {
|
||||||
String name = "anonymous";
|
String name = "anonymous";
|
||||||
String password = "";
|
String password = "";
|
||||||
if(auth == null){
|
if(auth == null){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user