Skip to content

Commit 2f9a696

Browse files
committed
oauth2 example is now listed
1 parent dd76ab6 commit 2f9a696

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web-examples/README.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,14 @@ Important files to note:
404404

405405
Run the server either in your IDE or on the command line, then open your browser and hit
406406
link:http://localhost:8080 and chat with a couple of browser windows!
407+
408+
== OAuth2
409+
410+
The OAuth2 example is a simplified interaction with GitHub OAuth2 server. It will
411+
show how to secure and authenticate users, plus requesting specific authorities:
412+
413+
* `user:email`
414+
415+
Plus how to interact with secured resources using the user object directly.
416+
417+
The link:src/main/java/io/vertx/example/web/oauth2/Server.java[OAuth2 example]

0 commit comments

Comments
 (0)