Basil

Results 5 comments of Basil

Hello, everyone and especially @lucacri & @DiAifU. If it's still relevant - because LM Studio has OpenAI-like server API - CodeGPT partially supports it via _"Custom OpenAI"_ provider, I just...

@carlrobertoh Ok. Let me try to find time for this. Will add. Wait for PR from mine :)

I guese this issue might be related to https://github.com/Kong/insomnia/issues/7880 So it's better to resolve the problem in single thread

+1 still an issue. I have latest Insomnia 10.3.0 (Windows, 20.12.2024) Exactly same problem as described by topicstarter and others **UPD** Looks like the problem is here: https://github.com/Kong/insomnia/blob/37ef377e8b2b04033a1659ee9b638dfc715aebd1/packages/insomnia/src/network/o-auth-2/get-token.ts#L23 Session stored...

Thanks, @yvasyliev ! This code works excellent ! I decided to merge bests from your approach, [mjeffrey's](https://github.com/mjeffrey/spring-security-oauth2-restclient-interceptor/blob/main/src/main/java/com/example/springsecurityrestclient/ClientConfig.java) & [spring OAuth2AuthorizedClientManager creation](https://docs.spring.io/spring-security/site/docs/5.2.12.RELEASE/reference/html/oauth2.html#oauth2Client-authorized-manager-provider) For those who want to create a custom `OAuth2AuthorizedClientManager`...