assertion -> token

This commit is contained in:
2023-10-19 16:51:09 -04:00
parent 7fe09e136e
commit 879face425

View File

@ -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}`,
);
}