Jon Samwell
Jon Samwell
Bug report --- - Node Version: `10.16.0` - Protractor Version: `5.4.2` - Angular Version: `8` - Browser(s): `Chrome (headless / normal)` - Operating System and Version `Windows 10` - Your...
Note that null safety cannot yet be achived in the flutter stable branch due to flutter_driver and integration_test not being null safe themselves see https://github.com/flutter/flutter/issues/71379 & https://github.com/flutter/flutter/issues/80293
As this package uses intl: 0.16.0 and Flutter v2 uses 0.17.0 we cannot upgrade until this package constraints on intl allow 0.17.0 ``` Because pattern_formatter 1.0.2 depends on intl ^0.16.0...
Thanks for the library it is very useful, do you have any plans to add Apple / Google pay?
Missing documentation for register-custom-form-control directive
### Describe the bug When Logto is run in a Docker container locally (while developing) it would be awesome to allow the use of self-signed certificates for webhook endpoints. At...
Updated `dropdown-menu-shortcut.svelte` to use margin-inline-start (`ms-auto`) so it works in rtl layouts Before fix:  With fix applied: 
### Describe the bug After logging in, the idToken, accessToken, and expiry information are encrypted and sent to the browser in a cookie. Before encryption, this data typically amounts to...
### Describe the bug When trying to use AbortSignal in custom JWT claims a reference expect is thrown (when using the test functionality) stating AbortSignal is not defined. ### Expected...