We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd76ab6 commit 2f9a696Copy full SHA for 2f9a696
web-examples/README.adoc
@@ -404,3 +404,14 @@ Important files to note:
404
405
Run the server either in your IDE or on the command line, then open your browser and hit
406
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