You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _source/_posts/2024-03-03-stepup-authentication.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Sign in and notice the "profile" route shows your profile information with a war
78
78
79
79
We now have a web app with basic authentication capabilities. Let's kick up authentication levels by adding step-up authentication!
80
80
81
-
## Step Up Authentication mechanics at a glance
81
+
## Step-up authentication mechanics at a glance
82
82
83
83
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:
0 commit comments