Files
edx-platform/openedx/core/djangoapps/demographics
salmannawaz 57b480b04f Update all edx-platform REST endpoints to support JWT Auth (#34152)
* chore: update API endpoints to support default JWT auth

The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the AUTHENTICATION_CLASSES but has just session, just JWT or just both of those should be updated to remove the override.

Details in https://github.com/openedx/edx-platform/issues/33662
2024-02-13 10:46:58 -05:00
..

Status: Active

Responsibilities
================
The Demographics app is an application to support the Demographics feature set
and IDA. It serves as the access point for demographics related status.

Direction: Decompose
===============
This app may be removed in the future as the Demographics feature set expands
to a larger set of users. It is not recommended that new features are added
here at this time.

Glossary
========
IDA: Independently Deployable Application

More Documentation
==================