From 860594ad381292e642d23925642eab231ca0d262 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Fri, 22 Oct 2021 10:41:36 -0400 Subject: [PATCH] Updated auth flows (markdown) --- auth-flows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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