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
[2023-12-21 09:42:02,769] DEBUG:otp:352: 1 validation error for Uri
schema_ -> TOTPUriSchema -> parameters -> algorithm
extra fields not permitted (type=value_error.extra)
I went too far with renaming all the variables, without enough testing.
The text was updated successfully, but these errors were encountered:
Fixes#75.
* * *
After 6592be2
(#68) , if URI contains
the `algorithm` optional parameter, e.g.
```
otpauth://totp/ACME%20Co:[email protected]?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA1&digits=6&period=30
```
the application will raise an error:
```
[2023-12-21 09:42:02,769] DEBUG:otp:352: 1 validation error for Uri
schema_ -> TOTPUriSchema -> parameters -> algorithm
extra fields not permitted (type=value_error.extra)
```
Fixes#75 (PR #76).
* * *
After 6592be2
(#68) , if URI contains
the `algorithm` optional parameter, e.g.
```
otpauth://totp/ACME%20Co:[email protected]?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA1&digits=6&period=30
```
the application will raise an error:
```
[2023-12-21 09:42:02,769] DEBUG:otp:352: 1 validation error for Uri
schema_ -> TOTPUriSchema -> parameters -> algorithm
extra fields not permitted (type=value_error.extra)
```
After #68, if URI contains the
algorithm
optional parameter, e.g.the application will raise an error:
I went too far with renaming all the variables, without enough testing.
The text was updated successfully, but these errors were encountered: