* A modal used to collect demographics information Add checkmark to final page (#24957) Remove themeing to get ready for staging MICROBA-574 | Dismiss CTA after learner finishes answering modal questions (#24965) [MICROBA-574] - Dismiss CTA after learner finishes answering demographics questions - Cleanup comments * Various initial bugfixes - fixes 2 issues with the multiselect dropdown erasing state - prevents input higher than 255 characters in the self describe - fixes 400 errors when the user selects a default option - Removes additional page count section - Re-adding deleted JS file. Can't clean this up until after we cutover to using the new Demographics modal * Add translatable string to clear button * Remove extra page counter from the header for the third time * Remove unneeded template context Co-authored-by: Matt Tuchfarber <mtuchfarber@edx.org> Co-authored-by: Justin Hynes <jhynes@edx.org>
15 lines
777 B
ReStructuredText
15 lines
777 B
ReStructuredText
Responsibilities
|
|
================
|
|
The code in the jwt_auth folder was pulled from https://github.com/edx/frontend-platform/tree/master/src/auth
|
|
|
|
Primarily the code required to use https://github.com/edx/frontend-platform/blob/master/src/auth/AxiosJwtTokenService.js
|
|
|
|
This code will require updates if changes are made in the AxiosJwtTokenService.
|
|
|
|
The responsibility of this code is to refresh and manage the JWT authentication token.
|
|
It is included in all of our Micro Front-ends (MFE), but in edx-platform course
|
|
dashboard and other frontend locations that are not yet in MFE form we still
|
|
need to update the token to be able to call APIs in other IDAs.
|
|
|
|
TODO: Investigate a long term approach to the JWT refresh issue in LMS https://openedx.atlassian.net/browse/MICROBA-548
|