Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Michelle Purcell <[email protected]>
  • Loading branch information
sberyozkin and michelle-purcell authored Sep 26, 2023
1 parent fe8e11c commit f3a6d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class GreetingResource {
}
----

Now request that only authenticated users can access the `hello()` method and update it to return the current user's name instead:
Update the Quarkus application code so that only authenticated users can access the `hello()` method and update it to return the current username instead, as shown in the following example:

[source,java]
----
Expand Down

0 comments on commit f3a6d03

Please sign in to comment.