You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'secret' is missing in type '{ signed: false; key: string; }' but required in type '{ signed: boolean; key: string; secret: string; }'.ts(2741)
Perhaps 'secret' should be optional and checked for presence at runtime if 'signed' is true?
The text was updated successfully, but these errors were encountered:
bearerToken({ headerKey: "Bearer", reqKey: "token", cookie: { signed: false, key: "auth_token", }, })
Property 'secret' is missing in type '{ signed: false; key: string; }' but required in type '{ signed: boolean; key: string; secret: string; }'.ts(2741)
Perhaps 'secret' should be optional and checked for presence at runtime if 'signed' is true?
The text was updated successfully, but these errors were encountered: