TiagoSantos

Results 6 comments of TiagoSantos

@ranbeuer adding: `{ 'identifierString': '0.9.2342.19200300.100.1.1', 'readableName': 'UID', 'identifier': [0, 9, 2342, 19200300, 100, 1, 1] }` to https://github.com/bcgit/pc-dart/blob/master/lib/asn1/object_identifiers.dart , fixes the issue. What you can do untill the lib is...

Example pem generated: (UID is present) ![Screenshot 2021-10-26 at 10 45 27](https://user-images.githubusercontent.com/5798822/138853767-87bf12a3-a3c4-44a8-80b8-7f11da5c546a.png)

``` logout() async { var authenticator = await _getAuthenticator(); authenticator.logout(); window.localStorage.remove('openid_client:state'); window.localStorage.remove('openid_client:auth'); window.location.reload(); } ```

hey @krokyze great package, bringing SEO to Flutter web is like a dream. Any ideia why it doesn't seem to work for all posts? for example: https://www.google.com/search?q=flutter+SEO+steak+tartare -> doesn't work...

@krokyze thanks for replying, I thought about that, maybe didn't pick best example, let's say for example this one: https://www.google.com/search?q=flutter+seo+chocolate+brownie which is the first post, also doesn't seem to work....