projectatomic / commissaire-http

Commissaire HTTP server
GNU General Public License v3.0
3 stars 7 forks source link

AuthN: Allow Stacked AuthN #33

Closed ashcrow closed 8 years ago

ashcrow commented 8 years ago

As a user of commissaire I would like to be able to use more than one authn plugin so that if one plugin works successfully the user is authn'd

This will help with #31 and #21 usage.

cc @gbraad

gbraad commented 8 years ago

+1 For now I would consider this a low-prio, but it does mean a wrapper for Keystone is not needed.

gbraad commented 8 years ago

Also like the user story approach. I would suggest this as much as possible going forward. Can aid in writing/considering automated test cases, focused on behavior

ashcrow commented 8 years ago

I think I'll end up having this done tomorrow morning. We'll see :smile:.

gbraad commented 8 years ago

Added reference for documentation purposes.