Skip to content

Commit 9b7953e

Browse files
committed
fix casing
1 parent 95f4703 commit 9b7953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Sign in and notice the "profile" route shows your profile information with a war
7878

7979
We now have a web app with basic authentication capabilities. Let's kick up authentication levels by adding step-up authentication!
8080

81-
## Step Up Authentication mechanics at a glance
81+
## Step-up authentication mechanics at a glance
8282

8383
Before we jump into Step Up Authentication, let's take a step back and cover how authentication works in an application. In most circumstances, you'd require authentication before allowing the user to navigate anywhere within the app. You can prevent them from entering a URL:
8484

0 commit comments

Comments
 (0)