Giter Club home page Giter Club logo

Comments (4)

PGLongo avatar PGLongo commented on July 20, 2024 5

@Atinux the plan is to support only OAuth? In that case maybe the name of the module should be nuxt-oauth-utils.

I think that JWT + Basic Auth could be interesting

from nuxt-auth-utils.

Atinux avatar Atinux commented on July 20, 2024 1

Just create your own API route, call your database and then use setUserSession(event, ...) in it.

This module won't support this feature but instead we can think of writing down a "recipe" on how to do this.

from nuxt-auth-utils.

angelhdzmultimedia avatar angelhdzmultimedia commented on July 20, 2024

I implemented Steam Strategy yesterday and Local Strategy today, Steam uses OpenID instead of OAuth,
my local strategy requires a validate (for login) and onRegister (for register) handlers in the auth.localEventHandler, in which you can place the logic for the database using the username/password for validate and username/data for register, and I was very hyped, but after the replies above I feel discouraged to continue now.

My suggestion was to replace the oauth namespace with just auth, so that local and steam and other non oauth strategies could be added.

The best approach is taking inspiration from Passport.js, allowing any kind of strategy, but it seems there's a strong decision to stick to OAuth, so I will keep using Passport.js or create my own library.

This and no support for SPA. It's unfortunate. Cheers. 👋

from nuxt-auth-utils.

they-cloned-me avatar they-cloned-me commented on July 20, 2024

Just create your own API route, call your database and then use setUserSession(event, ...) in it.

This module won't support this feature but instead we can think of writing down a "recipe" on how to do this.

Sounds good, and yes, I think nuxt-oauth-utils will convey a better meaning to what the module does.

from nuxt-auth-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.