expire-token #3

Merged
v4l3n71n merged 7 commits from expire-token into master 2022-05-15 11:38:16 +00:00
Showing only changes of commit 4f1efd8c2e - Show all commits

View File

@ -40,7 +40,7 @@ public class TokenRessource {
@GET
@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 password = "";
if(auth == null){