Siwen Yu
Siwen Yu
## Issue description 在OAuth2.0里通过Post方式获取token的请求参数能否以x-www-form-urlencoded形式放在body里? 目前我调试下来发觉doPostAuthorizationCode()实际发送的请求都是以url parameter的形式传递参数,我的keycloak服务不认url参数,能否以x-www-form-urlencoded形式放在body里? ## Environment - JustAuth 1.15.9
My use case is: I've my notes' git repo on git server remotely, cloned it on the same machine(which is not the git server) which runs Jingo. When I edited...
I've got a Jetson module running at home. Its tmux package is too old in official repo. For the latest version, I must build from the source. It's troublesome and...
I've added a mechanism to including external files into `_config`. By using `` syntax, it can include the content of the external file. I'm using it to switch i3 color...
Lucky for me to find this interesting project. As you can see, It can be build and run smoothly in IntelliJ.  The problem is that the IntelliSense doesn't treat...
For example, there is a formatted XML file: ```xml .... ``` Can xml-format-maven-plugin format it into this style: ```xml ... ``` Thanks