Task #1874
closedPlan User/Auth system for 3.0
0%
Description
The user/auth system in 2.y has many opportunities for improvement. Porting it from mongodb to postgres might take about the same effort as standardizing on django's auth.
There are many advantages to using django's auth, including having less custom code, and being able to easily use complimentary apps like django-admin.
https://docs.djangoproject.com/es/1.9/topics/auth/
This task is to investigate django's auth, whether it meets our needs (it may need to be extended for path-based authz), and how it would affect current use cases. As a bonus, investigate how it could integrate with freeipa.
Related issues
Updated by mhrivnak over 8 years ago
- Related to Task #1803: Plan replacement of mongodb with postgres added
Updated by mhrivnak over 8 years ago
- Related to Task #1873: Plan REST API for 3.0 added
Updated by bmbouter about 8 years ago
- Status changed from NEW to CLOSED - DUPLICATE
This is a duplicate of #2090 which was filed much later but has a lot of discussion on it. I'm going to close this one as a duplicate.
Updated by bmbouter about 8 years ago
- Is duplicate of Task #2090: Create a plan for user/auth in 3.0 added