Updated auth flows (markdown)
parent
4640d8cbc2
commit
860594ad38
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
## Anonymous
|
||||
|
||||
1. If no auth_token is present, `internal-api/user/new` is called by `lbryinc.Lbryio.authenticate`
|
||||
2. An auth_token is returned, which looks like this: `738oP7hAK71Qfexd3urfd9nyCyxPkgoG`
|
||||
2. An auth_token is returned, which looks like this: `738oP8hAK71Qfexd3urfd9nyCyxPkgoG`
|
||||
3. `response.auth_token` is kept and sent with all subsequent requests as a POST query `auth_token`parameter
|
||||
|
||||
## Registration
|
||||
|
|
Loading…
Reference in a new issue