-
Notifications
You must be signed in to change notification settings - Fork 6
fix: Resolve issue while retrieving auth endpoint url (#55) #65
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
base: main
Are you sure you want to change the base?
fix: Resolve issue while retrieving auth endpoint url (#55) #65
Conversation
- Update approach of retrieving auth request url while building authorization request Signed-off-by: Abdulbois <[email protected]>
|
Can you provide a minimal example showing the issue this is resolving? |
Just for testing purposes, in order to bypass |
|
I see, this change is fine, but it doesn't actually address the problem in #55. I think WalletMetadata needs a rethink. |
|
Actually I'm concerned that this could be a break some implementations that edit the inner UntypedObject, as now the request will be built with the original AuthorizationEndpoint even if the inner value was updated. |
- Fix CI linting errors Signed-off-by: Abdulbois <[email protected]>
Seems, current changes will at least fix that error and remove that workaround described in #55 Totally agree with the point that |
If I understood correctly, currently inner methods of |
Uh oh!
There was an error while loading. Please reload this page.