I'm currently working on a nuxt.js project than has a login with an auth0 server
I've used the nuxtjs-auth package with the auth0 package and is working fine
The problem I'm currently having is than my project is in a language not currently supported by Auth0 Universal Login and in this cases the recommendation is to do the login with the Lock.js library from Auth0
My question is: It is possible to use Lock.js library with Nuxt Auth Library as a custom scheme? Or it is better to remove the Nuxt Auth plugin and do all the logic by myself?
I've found a project in Github with a basic implementation of Lock in nuxt.js but it's not using Nuxt Auth
Thanks!