Xiao Yijun

Results 65 comments of Xiao Yijun

I find that when we don't have a routerName, listeners are still listening? ```ts //@pyro/io/router/handler.ts async listen(): Promise { this.log.info(`Starting router listening`, { routerName: this.routerName, listeners: this.listeners ? this.listeners.map((listener) =>...

Hi, @dzp-java. Could you please provide a minimum reproduction repo for us? A related sample code is also welcomed.

Currently, the single-page application does not have an `AppSecret`. If you want to use the Go SDK in the single-page application, just remove the `AppSecret` from the `LogtoConfig`: ```golang logtoConfig...

This works well in our [gin-sample](https://github.com/logto-io/go/tree/master/gin-sample); we need more information about your program. @dzp-java , would you like to provide a minimum reproduction repo for us?

Hi @artalat , this is intended by Logto, since your app is a native app, you need to use a reverse domain name notation for your scheme according to the...

Hi @nileshtrivedi , thank you for your feature request. However, we do not have sufficient resources to dedicate to the development of these SDKs in the near future. If you...

Hi @TheresaQWQ , I'm quite curious about why you're using curl to access the auth endpoint. Authentication-related requests rely on the browser's session, and it's recommended to perform authentication using...

Hi @msmarks , Thank you for your PR! Regarding the loading question, I'd like to confirm: are the corresponding JS files downloaded on demand from the remote server, or they're...

Hi @msmarks , one last thing: our repo requires that every commit must be signed. Could you please sign your commits so that we can merge this PR? Refer to:...