Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Support custom authentication strategies #157

Closed
quick691fr opened this issue Apr 14, 2016 · 8 comments
Closed

Support custom authentication strategies #157

quick691fr opened this issue Apr 14, 2016 · 8 comments

Comments

@quick691fr
Copy link

Should be cool if you can add your custom authentication strategy like in passport.js.

@ekryski
Copy link
Member

ekryski commented Apr 14, 2016

You can already do this in some cases. We just haven't documented. What sort of authentication did you have in mind?

@ekryski
Copy link
Member

ekryski commented Apr 15, 2016

@quick691fr ^. I do agree there might be some work to do but a couple people have already implemented custom strategies (ie. SAML, their own hashing function, etc.).

@quick691fr
Copy link
Author

Do you have an example of an external passport strategy plugged into feather ?

@ekryski
Copy link
Member

ekryski commented Apr 17, 2016

@quick691fr I'll try and track down @petermikitsh's SAML gist, or maybe he can link it. We'll look to turn it into a guide.

@petermikitsh
Copy link
Contributor

@quick691fr @ekryski Here's the gist. :)

With the changes to cookies after the security discussion, it may be out of date. This was written for release 0.6.0.

@quick691fr
Copy link
Author

Thank you guys for your help.

Le 16 avr. 2016 à 22:30, Peter Mikitsh notifications@github.com a écrit :

@quick691fr @ekryski Here's the gist. :)

With the changes to cookies after the security discussion, it may be out of date. This was written for release 0.6.0.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

@ekryski ekryski changed the title Add custom authentication strategy Support custom authentication strategies Apr 18, 2016
@ekryski
Copy link
Member

ekryski commented Apr 18, 2016

I don't think it's too out of date really so it should give you a decent idea.

@ekryski
Copy link
Member

ekryski commented Apr 29, 2016

I've created an issue to track this in the docs feathersjs/docs#159

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants