-
Notifications
You must be signed in to change notification settings - Fork 114
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
LG-9067: Account reset account deleted event fixes #7982
Conversation
bba817f
to
16f3ea2
Compare
@@ -0,0 +1,5 @@ | |||
class AddSpIssuerFieldToAccountResetRequest < ActiveRecord::Migration[7.0] | |||
def change | |||
add_column :account_reset_requests, :sp_issuer, :string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typically we call this column service_provider
or issuer
, I have a slight preference for issuer
and maybe if we wanted to be clear, we could call it requesting_issuer
or something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like requesting_issuer, I added sp_issuer because it was in the ticket but I will change this to requesting_issuer.
2154608
to
bba817f
Compare
changelog: Internal, Attempts API, Update & fixes Account reset account deleted event
d3808ed
to
1d88e98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, some small comments but this is good to go!
sp: sp, | ||
cookie_device_uuid: cookies[:device], | ||
sp_request_uri: nil, | ||
enabled_for_session: sp.irs_attempts_api_enabled?, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@n1zyy this just reminder me of this line in your PR:
We have the enabled_for_session
so the tracker will no-op if it's not enabled, we can do that instead of having a. nillable tracker
* LG-9067: Account reset account deleted event fixes changelog: Internal, Attempts API, Update & fixes Account reset account deleted event
changelog: Internal, Attempts API, Update & fixes Account reset account deleted event