Updated auth flows (markdown)

Alex Grin 2021-10-22 10:41:36 -04:00
parent 4640d8cbc2
commit 860594ad38

@ -3,7 +3,7 @@
## Anonymous ## Anonymous
1. If no auth_token is present, `internal-api/user/new` is called by `lbryinc.Lbryio.authenticate` 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 3. `response.auth_token` is kept and sent with all subsequent requests as a POST query `auth_token`parameter
## Registration ## Registration