Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
In Progress | None | T371814 [EPIC] Universal Security Dashboard | |||
In Progress | mmartorana | T379007 Discuss best authn/z methods for initial phase of application development |
Event Timeline
Comment Actions
Hey - for the initial authn/z setup, I recommend using Django's built-in system. It's a solid, easy, and secure starting point.
In the future, we can explore integrating login with the wikimedia developer account. There are a few interesting Python packages available for this, and we could potentially use OAuth2.
However, for now, I suggest sticking with the built-in system.
Comment Actions
Yes, this should probably be fine. The default django admin/auth does support token-based auth for django rest framework, so that should be all we need for now.