Remove django-simple-sso #467
		Loading…
	
	
			
			x
			
			
		
	
		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-ssohas 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-ssoanymore on the projectMerged in #468
Dropped rest of dependency linkage.
django-simple-ssomigration 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_tokenandsso_server_consumerhas been successfully removed from database.Close this issue, when deployment on production server has been finished properly.
Deployment onproduction server has been finished in early week of march.