Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
package com.drinkool;
|
||||
|
||||
public class Jwt {
|
||||
public class InternalValue {
|
||||
|
||||
public static final String cookieName = "auth";
|
||||
public static final String headerId = "X-Internal-";
|
||||
public static final String userId = headerId + "UserId";
|
||||
public static final String role = headerId + "Role";
|
||||
Reference in New Issue
Block a user