Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Schürg
actl
Commits
1c5bf1ab
Commit
1c5bf1ab
authored
Jun 03, 2021
by
Simon Schürg
🚀
Browse files
Update readme
parent
d07c6dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1c5bf1ab
...
...
@@ -30,29 +30,31 @@ See: `actl help`
```
actl - Access Control
A CLI tool for OAuth and OpenID Connect based access control.
A CLI tool for OAuth
2.0
and OpenID Connect based access control.
Usage:
actl [command]
Available Commands:
c
lear
Clears the local data store
.
completion Generate shell completion
scripts
decode Decode
s
a JWT and
returns the resul
t.
decrypt Decrypt
s
a J
SON payload and returns a JWT
.
discover
OpenID
provider configuration
discovery
docs Generate
s
the actl documentation
encrypt Encrypt
s
a JSON payload a
nd returns a JWE
cipher.
c
erts
Fetch and print OIDC issuer public keys as JWKS and PEM
.
completion Generate
actl
shell completion
for bash, zsh, fish and powershell.
decode Decode a JWT and
print it to stdou
t.
decrypt Decrypt a J
WE cipher and print the plaintext payload
.
discover
Discover OpenID Connect
provider configuration
s.
docs Generate the actl documentation
as .man, .md, .rst or .yaml.
encrypt Encrypt a JSON payload a
s a JWE (JSON Web Encryption)
cipher.
help Help about any command
login Performs an OpenID Connect Login and retreive tokens.
keygen Generate keys for JSON Object Signing and Encryption (JOSE).
login Perform an OpenID Connect Auth Flow and retrieve a JWT token set.
logout Perform an OpenID Connect Logout
sign Signs a JSON payload and returns a JWT.
status Print the current state of OpenID Connect sessions
sign Sign a JSON payload as a JWS (JSON Web Signature).
status Print state information.
userinfo Fetch the OpenID Connect userinfo endpoint and print it to stdout
verify Verifies the signature of a JWT.
version Print the version number of actl.
Flags:
--config string config file (default is $HOME/.actl.toml)
--config string config file (default is $
{
HOME
}
/.
config/
actl.toml)
-h, --help help for actl
-v, --verbose verbose output
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment