feat: added simple PKCE and state checks utils, used PKCE and state checks in auth0 #127
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.
|