assertion -> token
This commit is contained in:
parent
7fe09e136e
commit
879face425
@ -54,6 +54,6 @@ export async function onRequestGet(context: RequestContext) {
|
||||
.replaceAll("=", "");
|
||||
|
||||
return Response.redirect(
|
||||
`com.carcrushers.app://login-callback?assertion=${header}.${claimSet}.${encodedSignature}`,
|
||||
`com.carcrushers.app://login-callback?token=${header}.${claimSet}.${encodedSignature}`,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user