We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The base HTML is now build independently from the Django backend for #678, so is not able to inject the UI for session hijack.
We need a UI component to display the hijack notification with a button to release, reimplementing the notification layout, https://django-hijack.readthedocs.io/en/stable/customization/#notification-layout.
hijack: true
GET /api/v0/users/me/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description/Context
The base HTML is now build independently from the Django backend for #678, so is not able to inject the UI for session hijack.
We need a UI component to display the hijack notification with a button to release, reimplementing the notification layout, https://django-hijack.readthedocs.io/en/stable/customization/#notification-layout.
Plan/Design
hijack: true
flag onGET /api/v0/users/me/
).The text was updated successfully, but these errors were encountered: