You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the ROTP gem with Rodauth rails and after upgrading to the latest version of Rodauth Rails, we are having an issue with verifying the one time password. The line here: https://github.com/mdp/rotp/blob/main/lib/rotp/otp.rb#L53
I am not sure if it is an issue with ROTP or Rodauth or if I am not understanding how this is working. Any help would be appreciated. I am also going to open this issue on Rodauth.
The text was updated successfully, but these errors were encountered:
We are using the ROTP gem with Rodauth rails and after upgrading to the latest version of Rodauth Rails, we are having an issue with verifying the one time password. The line here:
https://github.com/mdp/rotp/blob/main/lib/rotp/otp.rb#L53
It is looking for two params. From Rodauth, it seems to only be passing one of the two params to ROTP:
https://github.com/jeremyevans/rodauth/blob/0c8dc7aa718790053a101c32ce44ffd98feed2f4/lib/rodauth/features/otp.rb#L271
I am not sure if it is an issue with ROTP or Rodauth or if I am not understanding how this is working. Any help would be appreciated. I am also going to open this issue on Rodauth.
The text was updated successfully, but these errors were encountered: