Git Product home page Git Product logo

Comments (10)

Kannaj avatar Kannaj commented on June 26, 2024 2

@angelxmoreno - did you manage to figure it out? i'm trying to do something similar for a react app

from passport-jwt.

gabosdk avatar gabosdk commented on June 26, 2024

https://github.com/jaredhanson/passport-instagram

from passport-jwt.

angelxmoreno avatar angelxmoreno commented on June 26, 2024

Is this still needed? I am working on an API that does the initial authentication ( log in ) via Github then passes the JWT token to the front-end. On subsequent requests to the api, the front-end passes the JWT to authenticate the user.

from passport-jwt.

edulis8 avatar edulis8 commented on June 26, 2024

Absolutely a needed thing, I'm done working on my project (sent the JWT to the client-side via query string in the callback url after Instagram authentication, kind of an ugly hack)...

from passport-jwt.

angelxmoreno avatar angelxmoreno commented on June 26, 2024

This can be tricky since a good example would include the backend and a frontend. I currently use AngularJS 1.x as a frontend with the ng-token-auth module. For the backend I use ExpressJS and Sequelize as an ORM. If those requirements are to your satisfaction, I could put something together.

from passport-jwt.

TD-Stanley avatar TD-Stanley commented on June 26, 2024

I'd be interested to see someone's take on this. I've seen various piecemeal articles online.

from passport-jwt.

angelxmoreno avatar angelxmoreno commented on June 26, 2024

I'll slap something together tonight.
Backend: Express, Sequelize, Passport
Frontend: Angular, NG-Token-Auth

from passport-jwt.

imakshath avatar imakshath commented on June 26, 2024

I need the same sample which fulfils below requirement.

I am using express typescript along with routing-controller module. I have to implement jwt and some of social auth using passport. Is there any samples which handle both email password/ social using passport-jwt authentication ? How can i implement this ? Its really confusing.

from passport-jwt.

Kannaj avatar Kannaj commented on June 26, 2024

I just ended up hijacking githubStrategy and created jwt for each user through oAuth .

https://github.com/Kannaj/42EXP/blob/master/server/passport/passport_github.js#L31

from passport-jwt.

mikenicholson avatar mikenicholson commented on June 26, 2024

Closing as this is out of scope of this module.

There have been several answers with examples of social login strategies.

@akshath4u There is a good jist in which the author of the passport framework provides his suggestion on how to handle multiple authentication strategies in the same applicaiton: https://gist.github.com/joshbirk/1732068

from passport-jwt.

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.