Skip to content
New issue

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

Overridability enhancements #212

Merged
merged 3 commits into from
Jan 12, 2021
Merged

Overridability enhancements #212

merged 3 commits into from
Jan 12, 2021

Conversation

akx
Copy link
Collaborator

@akx akx commented Aug 22, 2020

As discussed in #208 (comment), this PR makes it possible to override the request ID for an authentication request.

To make that easier in turn, this PR also "indirects" some of those classes by storing them as class attributes on the classes that use them, and similarly some methods that used to be staticmethods and called out to other staticmethods on the same class are now classmethods, to allow for overriding them in subclasses.

@akx
Copy link
Collaborator Author

akx commented Oct 16, 2020

@pitbulk Mind reviewing this? :)

@pitbulk
Copy link
Contributor

pitbulk commented Nov 24, 2020

Sorry for the long delay.

I was trying to find another possible solution with fewer changes in the code.
I will have a decision soon

@pitbulk pitbulk merged commit 6510202 into SAML-Toolkits:master Jan 12, 2021
@akx
Copy link
Collaborator Author

akx commented Jan 12, 2021

Thanks @pitbulk 😄

Happy new year! 🎆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants