Skip to content

Workerd fixes #1115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Workerd fixes #1115

wants to merge 2 commits into from

Conversation

jfromaniello
Copy link
Member

Changes

This is a set of very basic changes needed in order to be able to use node-auth0 in workerd.

workerd is the node.js-like environment used by cloudflare workers.

Checklist

@jfromaniello jfromaniello requested a review from a team as a code owner May 22, 2025 19:41
Comment on lines +21 to +24
// Browser
if (typeof window !== 'undefined') {
return 'browser';
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want this? It kind of makes it look as if this SDK should be used in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants