Skip to content

Commit abb3e67

Browse files
authored
tweak wording
1 parent 95b24f6 commit abb3e67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/auth-flows.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If authentication is required, Julia uses [bearer tokens (RFC 6750)](https://datatracker.ietf.org/doc/html/rfc6750) to authenticate package server requests.
44
That is, the HTTP requests set the `Authorization: Bearer $(access_token)` header when fetching data from the package server.
55

6-
The PkgAuthentication manages acquiring these tokens from package server, generally via an interactive flow.
6+
PkgAuthentication.jl manages acquiring these tokens from package server, generally via an interactive flow.
77
This document describes the protocols related to the authentication,
88
and also acts as a specification for a few PkgAuthentication-specific conventions that _authenticated_ package servers should follow.
99

@@ -15,8 +15,7 @@ _Note: the discussions of the package server protocol itself (i.e. downloading o
1515

1616
## Authenticated package requests & `auth.toml` files
1717

18-
Julia (i.e. Pkg.jl - the package manager) stores the token information in a `auth.toml` file in the "server directory".
19-
For each package server host, it is generally stored as a TOML file at `~/.julia/servers/{hostname}/auth.toml`.
18+
Julia (i.e. Pkg.jl - the package manager) stores the token information in a `auth.toml` file in the "server directory" at `~/.julia/servers/{hostname}/auth.toml`.
2019

2120
Pkg uses the following top-level key values pairs:
2221

0 commit comments

Comments
 (0)