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
benefits.oauth.analytics
benefits.oauth.views
benefits.oauth.redirects
benefits.oauth.middleware
sentry_sdk.capture_exception()
DefaultHooks
cdt_identity
benefits
benefits.oauth.hooks.OAuthHooks
cdt_identity.hooks.DefaultHooks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
benefits.oauth.analytics
module functions are sprinkled throughout thebenefits.oauth.views
,benefits.oauth.redirects
, andbenefits.oauth.middleware
modules.sentry_sdk.capture_exception()
is also sprinkled throughout the same filesRefactor
DefaultHooks
provides definitions to plug into specific points in the integration with IdGcdt_identity
implements the views and redirects necessary for this integration, we won't need these inbenefits
anymorebenefits
can provide a custom hooks implementationAcceptance criteria
benefits.oauth.hooks.OAuthHooks
inheriting fromcdt_identity.hooks.DefaultHooks
benefits.oauth.analytics
functions happen within the corresponding custom hooks classmethod(s)sentry_sdk.capture_exception()
happen within the corresponding custom hooks classmethod(s)DefaultHooks
classmethod to startThe text was updated successfully, but these errors were encountered: