-
Notifications
You must be signed in to change notification settings - Fork 333
docs: add documentation of client id to zauth readme #2967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I realized, this is wrong, will update soon |
@pcapriotti @mdimjasevic now I'm more confident, that this reflects reality, ready for review |
@@ -7,10 +7,10 @@ version ::= "v=" Integer | |||
key-index ::= "k=" Integer (> 0) | |||
timestamp ::= "d=" Integer (POSIX timestamp, expiration time) | |||
type ::= "t=" ("a" | "u" | "b" | "p") ; access, user, bot, provider | |||
tag ::= "l=" ("s" | "" (session or nothing)) | |||
tag ::= "l=" ("s" | "") ; session or nothing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too familiar with this syntax; what does ";" represent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some languages use ;
to indicate the a start of a comment.
I assumed it was used this way in the line 9, so so I tried to make it more consistent, because the parenthesis in line 10 seemed wrong to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The specification in the readme is missing the newly added (#2764) client-id part.
This PR intends to complete the specification.
Checklist
changelog.d