flarebase-auth icon indicating copy to clipboard operation
flarebase-auth copied to clipboard

How to deploy on Cloudflare Worker?

Open prilaga opened this issue 4 months ago • 2 comments

@Marplex @arlair Please share instructions how to deploy these library on Cloudflare Worker. It will be very helpful. Thanks.

prilaga avatar Mar 09 '24 16:03 prilaga

@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"

prilaga avatar Mar 12 '24 00:03 prilaga

@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

clibequilibrium avatar Apr 13 '24 14:04 clibequilibrium