Skip to content
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

Integrate with passport-jwt #27

Merged
merged 10 commits into from
May 9, 2019
Merged

Integrate with passport-jwt #27

merged 10 commits into from
May 9, 2019

Conversation

gconnolly
Copy link
Contributor

I created an integration with passport/passport-jwt, so I thought I would share it. It includes the integration as well as an example.

@sandrinodimattia
Copy link
Member

Thanks for the PR. Can you add some tests?

@gconnolly
Copy link
Contributor Author

@sandrinodimattia tests added. Getting the error messages to bubble up to validate expectations is a little strange with passport + express, but it gets the job done.

@gconnolly
Copy link
Contributor Author

@sandrinodimattia is there anything I can do to move this towards a merge?

@rassokhin-s
Copy link

Hey guys, are there any plans to merge this PR?

@gconnolly
Copy link
Contributor Author

I sort of feel like maybe I shouldn't have spent my time to write the tests?

@xmlking
Copy link
Contributor

xmlking commented Jul 10, 2018

@gconnolly thanks for your contribution. I am planing to use your PR along with @nestjs/passport
do you have your version on NPM ?

@tdespenza
Copy link

tdespenza commented Jul 11, 2018

"So when is this getting merged?"

@xmlking
Copy link
Contributor

xmlking commented Jul 12, 2018

@gconnolly I send you PR with latest upstream merged. Also now exposing function passportJwtSecret(options: JwksRsa.Options): ExpressJwt.SecretCallback; in index.d.ts for easy import.

@SeanLMcCullough
Copy link

Almost a year later and still waiting...

updated to 1.3.0 upstream
@gconnolly
Copy link
Contributor Author

@xmlking Somehow I missed the notification of your PR 🤷‍♂️ . Merged! thank you.

I noticed several version changes to the package.json. I am having difficulty tracing them back to the corresponding upstream commit, and they are not currently in master.

CC @SeanLMcCullough thanks for the ping. Hopefully we get a merge before its first birthday 🍰

@kevinranks
Copy link

Any plans on merging this? What's the hold up? Anything I can do to help?

@gconnolly
Copy link
Contributor Author

reverted some unintentional dependency changes. Will continue to maintain this PR, while there are still people inquiring about it.

@EtienneK
Copy link

EtienneK commented Oct 22, 2018

Please merge this. I really need this.

@garyevari
Copy link

This has been waiting for over a year... any chance this is going to happen?

@kevinranks
Copy link

Please merge!

@taurenk
Copy link

taurenk commented Nov 27, 2018

@gconnolly any plans to merge this soon?

@cspicuzza
Copy link

please merge 🙏

@sonman1
Copy link

sonman1 commented Jan 27, 2019

This worked well for me. Thanks for the work on the PR! Looking forward to seeing it merged.

@jajaperson
Copy link

jajaperson commented Feb 2, 2019

@sandrinodimattia Plz merge.

@jajaperson
Copy link

If anyone wants to use this NOW, I've made a fork of this fork (jajaperson/node-rwks-rsa) with the prePublish script switched to a prepare script, so you can install it via npm install jajaperson/node-rwks-rsa or npm install github:jajaperson/node-rwks-rsa.

@svantetobias
Copy link

This would be really useful. Waiting for it.

@gperdomor
Copy link

please merge this

@maciejmatu
Copy link

@Mutmatt @sandrinodimattia @lbalmaceda @gconnolly Not sure who is the owner/maintainer of this repo, but is there any work to be done on this ticket, and who could merge it when it's finished. If there are some updates needed I can spare some time to work on it, as it would be nicer to stay with the official package, without using forked repos 😄

@murbanowicz
Copy link

@lbalmaceda @damieng @Mutmatt @cocojoe @sandrinodimattia Could you or any of your colleagues finally merge this?

@blakedietz
Copy link

blakedietz commented Apr 27, 2019

What's going on with this ticket? Someone? Anyone? Hellooooo?

What are the next steps to make this bad boy merge?

@O-Mutt
Copy link
Contributor

O-Mutt commented Apr 27, 2019

Oye! I can check on this on Monday. Not trying to pass the buck, however, this repo isn't owned or maintained by my team. We just used it. I'll see if I can get the group some traction

@jajaperson
Copy link

@Mutmatt any progress?

@O-Mutt
Copy link
Contributor

O-Mutt commented May 9, 2019

We are actively discussing this PR internally and certainly value the effort, time, and energy everyone has contributed here. I don’t yet have an update to report but will provide one when I am able to.

Copy link
Contributor

@lbalmaceda lbalmaceda left a comment

Choose a reason for hiding this comment

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

Thanks for the follow up @Mutmatt. Someone from our side has reviewed the PR. I'll proceed to merge this and make a new release.

@lbalmaceda lbalmaceda merged commit 8760bb2 into auth0:master May 9, 2019
@gconnolly
Copy link
Contributor Author

😎

jajaperson added a commit to jajaperson/nestjs-auth0 that referenced this pull request May 9, 2019
Now that auth0/node-jwks-rsa#27 is merged, we no longer have to use a
fork of the package.
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.

None yet