-
Notifications
You must be signed in to change notification settings - Fork 117
Support custom authentication strategies #157
Comments
You can already do this in some cases. We just haven't documented. What sort of authentication did you have in mind? |
@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.). |
Do you have an example of an external passport strategy plugged into feather ? |
@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. |
@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. |
Thank you guys for your help.
|
I don't think it's too out of date really so it should give you a decent idea. |
I've created an issue to track this in the docs feathersjs-ecosystem/docs#159 |
Should be cool if you can add your custom authentication strategy like in passport.js.
The text was updated successfully, but these errors were encountered: