Laurent Maillet

Results 6 comments of Laurent Maillet

Thank you for your answer. No, I don't use globalize, because I only need translation for timezones. Here is an extract of my code. ``` import Cldr from 'cldrjs'; import...

Works great, you're a hero !

Hello @alinemorelli, I think that adding the nonce parameter to your library will be a great improvement 😁 Can you have a look to my PR ?

Hi, I probably have the same issue. Here is the situation. A user is connected and have a `gloo-session` cookie that last 20 minutes. After more than 20 minutes of...

Knowing the config of the /callback route ```yaml - matchers: - prefix: /callback name: oauth.callback options: extauth: configRef: name: auth-config namespace: app cors: allowCredentials: true allowHeaders: - content-type allowMethods: -...

Yes, agree with you. The issue comes from the OPTIONS request made by the browser before doing the expected GET request.