Skip to content

feat: added simple PKCE and state checks utils, used PKCE and state checks in auth0 #104

feat: added simple PKCE and state checks utils, used PKCE and state checks in auth0

feat: added simple PKCE and state checks utils, used PKCE and state checks in auth0 #104

Triggered via pull request December 4, 2023 17:18
@AzurencyAzurency
synchronize #12
Azurency:main
Status Failure
Total duration 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: src/runtime/server/utils/security.ts#L73
Argument of type '{ secure: boolean; httpOnly: boolean; sameSite: string; maxAge: number; }' is not assignable to parameter of type 'CookieSerializeOptions'.
test: src/runtime/server/utils/security.ts#L77
Argument of type '{ secure: boolean; httpOnly: boolean; sameSite: string; maxAge: number; }' is not assignable to parameter of type 'CookieSerializeOptions'.
test
Process completed with exit code 1.