xla

Results 63 comments of xla

Hej @thomasorten how did go about the cert and private key of the app? Before you can configure SNS properly you need to setup those for your iOS app. The...

My answer was confusing. The response indicates that the platform was created, in order for it to be picked up by SIMS it needs to be activated. A bool that...

Hej @artemsmikh thanks for bringing this up. Unfortunately we removed the pure backend integrations when we made we made the code open-source, which is the integration that is referred to....

@evancz Another use-case which currently doesn't work is hash-based routing in web extensions. The protocols would: **chrome-extension://** and **moz-extension://**.

Just wondering why F11 and not any other key or combination.

@dreamer-nitj A good starting point is to get inspiration from looking at existing auth implementations like the [JWT](https://github.com/go-kit/kit/tree/master/auth/jwt) one. As soon as you feel comfortable about a possible approach open...

@dreamer-nitj Not clear to me why it was closed. The reason your example is not working is that the middleware dependes on a value being present i the [context](https://github.com/go-kit/kit/blob/master/auth/basic/middleware.go#L73). Usually...

@HiruNya Thanks for sharing all that context to your awesome work. Is something in the way of opening a PR with your changeset against upstream? I'm very interested in this...

@HiruNya Thanks for your follow-up. See some ramblings inline. > My code is a mess because it was mainly a proof of concept that I used for a few small...

We dropped OpenAPI in our server a while back it still required too much manual annotation which easily went out-of-date. There is a lot more work to be done before...