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
Hey, I just wanted to notify you that some of the recent minor version changes included non-backwards compatible, breaking changes (#159). In my case it was the sudden requirement of non-padded base64url strings for some of the request/authenticate options -- nowhere in the source code or any docs could I find any information on what the required formats were either, other than the type itself which is String regardless, until I found the introduced validator.
I just want to urge you to follow semantic versioning, especially when introducing breaking changes like this. I'll see if I can help with documenting these requirements too.
The text was updated successfully, but these errors were encountered:
@arnemolland Thank you for adding the dartdocs that is very helpful i will be taking a look at it asap. Concerning the breaking change you mentioned. Can you specify in which cases it is broken :
Which platform ?
Which flow
Which attribute is causing it ? (with the old value so i can test myself)
I didn't consider the change as a breaking change as from my testing if those values were not of the mentioned new type the authenticator wouldn't work correctly . So if the flow worked fine before the change theoretically it should work fine also after it. So if you could share more information it would be quite helpful .
Hey, I just wanted to notify you that some of the recent minor version changes included non-backwards compatible, breaking changes (#159). In my case it was the sudden requirement of non-padded base64url strings for some of the request/authenticate options -- nowhere in the source code or any docs could I find any information on what the required formats were either, other than the type itself which is
String
regardless, until I found the introduced validator.I just want to urge you to follow semantic versioning, especially when introducing breaking changes like this. I'll see if I can help with documenting these requirements too.
The text was updated successfully, but these errors were encountered: