flarebase-auth
flarebase-auth copied to clipboard
How to deploy on Cloudflare Worker?
@Marplex @arlair Please share instructions how to deploy these library on Cloudflare Worker. It will be very helpful. Thanks.
@Marplex @arlair I receive next errors:
flarebase-auth.ts:1:61: ERROR: Could not resolve "jose" src/lib/google-oauth.ts:8:7: ERROR: Could not resolve "jose"
@Marplex @arlair I receive next errors:
flarebase-auth.ts:1:61: ERROR: Could not resolve "jose" src/lib/google-oauth.ts:8:7: ERROR: Could not resolve "jose"
the error clearly states that you are missing library jose for JSON support.
Do
npm i jose