diff --git a/auth-flows.md b/auth-flows.md index 6191ca5..8ba9fe8 100644 --- a/auth-flows.md +++ b/auth-flows.md @@ -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