Zhiming Guo
Zhiming Guo
I'd like to do something like: `mvn -Dtest=XXX.clj test` Is it currently possible?
### TL;DR Form state lost when response redirect to the same location. (in case of 409) ### Detail This PR fixes a bug when redirecting 303 to the same location...
Close #37 This PR changes the default ID Token expiry duration to 6 hour. The current value is 60 seconds, which is a bit too short in my opinion -...
I notice the default expiry duration for id token is just 60 seconds. This seems rather short and inconvenient. In comparison, Auth0 has an [8 hour default duration](https://auth0.com/docs/secure/tokens/id-tokens#id-token-lifetime) . Do...
This PR fixes a problem where: in a partial system, during system stop, `core/stop` will attempt to shutdown components that haven't been started. The added test case can reproduce the...