Skip to content

Commit f7f5894

Browse files
committedMar 8, 2024
add okta to project name
1 parent 9b7953e commit f7f5894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎_source/_posts/2024-03-03-stepup-authentication.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ For this tutorial, you need the following tools:
4040

4141
## Prepare the Angular and NestJS web application
4242

43-
You'll start by getting a local copy of the project. I opted to use a starter project instead of building it out within the tutorial because many steps and command line operations detract from the coolness of adding step-up authentication. Open a terminal window and run the following commands to get a local copy of the project in a directory called `stepup-auth-project` and install dependencies. Feel free to fork the repo so you can track your changes.
43+
You'll start by getting a local copy of the project. I opted to use a starter project instead of building it out within the tutorial because many steps and command line operations detract from the coolness of adding step-up authentication. Open a terminal window and run the following commands to get a local copy of the project in a directory called `okta-stepup-auth-project` and install dependencies. Feel free to fork the repo so you can track your changes.
4444

4545
```shell
46-
git clone https://github.com/oktadev/okta-angular-nestjs-stepup-auth-example.git stepup-auth-project
47-
cd stepup-auth-project
46+
git clone https://github.com/oktadev/okta-angular-nestjs-stepup-auth-example.git okta-stepup-auth-project
47+
cd okta-stepup-auth-project
4848
npm ci
4949
```
5050

0 commit comments

Comments
 (0)
Failed to load comments.