loicpennequin / convex-vue

MIT License
11 stars 5 forks source link

Remove dependency on auth0 #9

Closed ssorallen closed 3 months ago

ssorallen commented 3 months ago

auth0 is required only if you want to use the auth0-related components, but it is currently listed in dependencies and so is always installed. It would be nice to move those components into @convex-use/auth0 or something similar so the core does not require any specific auth library.

loicpennequin commented 3 months ago

Yep you're right ! Auth0 was only installed to be used in the playground of @convex-vue/core. It has been moved to dev dependencies

ssorallen commented 3 months ago

@loicpennequin Amazing, thanks!