mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
propelauth: add page (#15995)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
95c52a5db6
commit
4a2dfac126
1 changed files with 20 additions and 0 deletions
20
pages/common/propelauth.md
Normal file
20
pages/common/propelauth.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# propelauth
|
||||||
|
|
||||||
|
> Set up PropelAuth authentication as quickly and easily as possible.
|
||||||
|
> More information: <https://docs.propelauth.com/reference/api/cli>.
|
||||||
|
|
||||||
|
- Login to PropelAuth using an API Key generated from <https://auth.propelauth.com/api_keys/personal>:
|
||||||
|
|
||||||
|
`propelauth login`
|
||||||
|
|
||||||
|
- Set the default PropelAuth Project for the CLI. If no default project is set, the system will prompt for selecting a Project each time certain commands are run:
|
||||||
|
|
||||||
|
`propelauth set-default-project`
|
||||||
|
|
||||||
|
- Install PropelAuth authentication in an application. If no directory is provided, the current directory is used:
|
||||||
|
|
||||||
|
`propelauth setup {{[-f|--framework]}} {{path/to/directory}}`
|
||||||
|
|
||||||
|
- Log the CLI out of PropelAuth:
|
||||||
|
|
||||||
|
`propelauth logout`
|
Loading…
Add table
Reference in a new issue