Paul Greenberg
Paul Greenberg
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
There are no instructions how to build `jwt` tool. Perhaps, it is worth adding something like this. ``` cd cmd/jwt go build -o $GOPATH/bin/jwt ```
An attempt to sign the following response fails with `unable to find refereced xml`. Relevant code follows: ```golang func getSigningKey(fp string) (*rsa.PrivateKey, error) { fileContent, err := ioutil.ReadFile(fp) if err...
Please show your appreciation for this work: - [ ] Star caddy-security ⭐ ⭐ ⭐ - [ ] Sponsor @greenpau to develop new features and perform maintenance! via [Github Sponsort](https://github.com/sponsors/greenpau)...
> A clear and concise description of what you want the system to do. Implement controls against: 1. Password spray attack (track by source IP address) 2. Password brute-force attack...
> A clear and concise description of what you want the system to do. Typically the `on_demand_tls` requires a webserver that would perform checks. ``` { on_demand_tls { ask http://localhost:8888/verify...
> A clear and concise description of what you want the system to do. Auth Portal can be OIDC Provider/Server.
> A clear and concise description of what you want the system to do. Add "User Management" page where users with the role "authp/admin" can manager users and approve registrations....
> A clear and concise description of what you want the system to do. List of "translatable" works: * `./pkg/authn/handle_http_sandbox.go`: Password authentication failed. Please retry
> A clear and concise description of what you want the system to do. Scenarios 1. A locally-authenticated user browses to "Connected Accounts" tab in "Portal Settings". There, the user...