-
Sourcegraph's architecture is currently missing infrastructure that makes it easy to run background jobs in response to events happening elsewhere inside Sourcegraph — e.g. repo X got new commits on b…
-
According to the [OAuth 2.0 documentation](https://www.oauth.com/oauth2-servers/access-tokens/access-token-lifetime/), access tokens are self-encoded and **do not** require a database lookup.
> Whe…
-
http://arthurchiao.art/blog/building-microservices-notes-zh/
-
Requested by large customer account:
- disable a user (but not delete) temporarily
- disable a user at a specific date
- disable a user "some time after" the last log-in
The first two points a…
-
I would like to inquire about the mongo Rust driver project status, as it appears that development has stalled for some time, with multiple pull requests waiting to be merged.
We have a pull reques…
-
**Description**
Add support for what is known as Cubbyhole Response Wrapping.
**Implementation ideas**
The idea is just to provide support for the unwrap operation of a wrapped token to authe…
-
Hi.
Today I correctly followed the instructions given in README.adoc step by step. I'm trying to run the application on my local laptop i.e. on windows. Everything worked fine except some deprecati…
-
When creating a Spring Cloud Task app that produces output on an SCSt channel, once the task is complete, the app does not shut down. Adding `spring.main.web-environment=false` prevented Tomcat from …
-
Like direct subnet delegation for ACI, enabling the Virtual Node extension fails for VNets that involve Routing Tables. Our VNet is connected to our on-prem network.
The failure is not obvious; the a…
-
### Summary
I have been following Dave Syer astounding tutorial to implement OAuth2 in microservices which provide RESTful APIs for mobile devices (Android and iOS). I have configured gateway secur…