summaryrefslogtreecommitdiff
path: root/security/oauth2c
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10security/oauth2c: import oauth2c-1.1.0wiz5-0/+498
oauth2c is a command-line tool that simplifies the process of experimenting with different grant types and client authentication methods for OAuth 2.0. * Simple and intuitive interface for quickly experimenting with different OAuth 2.0 grant types and client authentication methods * Supports all modern OAuth 2.0 grant types: authorization code, implicit, password, client credentials, refresh token, JWT bearer * Supports all client authentication methods: client secret basic, client secret post, client secret JWT, private key JWT, TLS client auth