Skip to content

Commit f68ff46

Browse files
committed
Reword intro on 2fa/mobileauth
1 parent 89ff1cf commit f68ff46

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

vignettes/authentication.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ knitr::opts_chunk$set(
1515

1616
## How authentication works
1717

18-
The first time you send a request, the API requires your Objective Connect user email address and password to authenticate. This is called "Basic" authentication.
18+
The first time you send a request, the API requires your Objective Connect user email address and password to authenticate.
1919

20-
Each successful response from the API includes a token. This token can then be used to authenticate subsequent requests in your session, negating the need to repeatedly supply your email address and password. This is called "Session" authentication.
20+
Each successful response from the API includes a token. This token can then be used to authenticate subsequent requests in your session, negating the need to repeatedly supply your email address and password.
2121

22-
The rest of this article details how to manage authentication when using the `objr` package, including handling [multi-factor authentication](#mfa) (including two-factor and mobile authentication).
22+
Depending on your account and/or workspace settings, you may also be required to use two-factor or mobile authentication.
23+
24+
The rest of this article details how to manage authentication when using the `objr` package.
2325

2426

2527
## First request

0 commit comments

Comments
 (0)