Remove django-simple-sso #467
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#467
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Back in the day
django-simple-sso
has been used to implement SSO capabilities, until OAuth2 replaced it somewhere in early 2024 due to discontinuing of the package.Currently there is always a hint message on missing migrations from this package whenever a new version of the project will be deployed:
This is due to the fact, the maintainer did not include the latest migrations by themselve.
However, due to migrations the package could not easily be removed from the project so far.
ToDo
django-simple-sso
anymore on the projectMerged in #468
Dropped rest of dependency linkage.
django-simple-sso
migration linkage seem to be already removed from project migrations.Will be deployed on test server and old tables (from the removed package) will be deleted.
Deployment on test server done and looks fine. DB Tables
sso_server_token
andsso_server_consumer
has been successfully removed from database.Close this issue, when deployment on production server has been finished properly.