Max Anurin
Max Anurin
**EmailValueObject handle error bellow** ``` [05:35:55] ERROR: ERROR 27688 Can not get the value of an error result. Use errorValue instead. [05:35:55] ERROR: ERROR 27688 {"statusCode":"UNPROCESSABLE_ENTITY","statusCodeNumber":422,"isSuccess":false,"isFailure":true,"error":"Invalid email","_value":null} ``` Value Provided:...
I have a table ```sql CREATE TABLE [tb_inventory] ( [uuid] BLOB(16) NOT NULL, [title] VARCHAR(1024) NOT NULL, [parent_inventory_uuid] BLOB(16) NULL, [date_unix_created_at] INTEGER NOT NULL, [date_unix_deleted_at] INTEGER NULL, PRIMARY KEY ([uuid]),...
Hello, I am working on AngularDart Web SPA and want to implement PKCE authentication... I meet an issue with Flow.authorizationCodeWithPKCE. Constructor of the class initializes values ([see code lib/src/openid.dart#L342-L349](https://github.com/appsup-dart/openid_client/blob/c1744c03fa43d8d2582cf05f0dcb78d64c3f19ae/lib/src/openid.dart#L342-L349)) ```dart...
Will be completed after release v3.0 ... Currently it works incorrectly. Related #2176