---

** [tickets:#7029] AuthProvider should be able to add routes to /auth/**

**Status:** closed
**Milestone:** asf_release_1.2.0
**Labels:** 42cc 
**Created:** Mon Jan 06, 2014 11:10 PM UTC by Dave Brondsema
**Last Updated:** Thu Feb 27, 2014 10:33 PM UTC
**Owner:** nobody

Some auth providers may want to add additional user configuration pages under 
`/auth/`.  The `AuthenticationProvider` class already allows a lot of 
configuration, but can't add new url handling.  We should extend it to have a 
new method which may return references to methods and/or controllers to add.  
Then `AuthController.__init__` can just loop through those and use `setattr()` 
to add them to itself.  Default implementation should `return []` (so existing 
providers work fine) and have a docstring.


---

Sent from forge-allura.apache.org because [email protected] is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to