feat : fix a lot of stuff
This commit is contained in:
@@ -45,6 +45,8 @@ function createUserJWT(casResponse: CasResponse): Promise<string> {
|
||||
}
|
||||
});
|
||||
|
||||
console.log(fullUserInfos);
|
||||
|
||||
const now = Math.floor(Date.now() / 1000);
|
||||
const payload: LoginJWT = {
|
||||
iss: "PolyMPR",
|
||||
|
||||
Reference in New Issue
Block a user