Koen Deforche 8eef8af388 Several changes: 10 rokov pred
..
css 991043c4f8 documentation improvements, oauth feature example 13 rokov pred
CMakeLists.txt a245d73e0c make layout managers react properly to (maximum) sizes set for a dialog 13 rokov pred
OAuth.C 8eef8af388 Several changes: 10 rokov pred
README.md 991043c4f8 documentation improvements, oauth feature example 13 rokov pred
wt_config.xml 991043c4f8 documentation improvements, oauth feature example 13 rokov pred

README.md

Auth1 feature example

This is an example that illustrates the use of the Wt::Auth::OAuthService API for OAuth-2.0-based authentication (aka OpenID Connect), which can also be used directly without the rest of the Wt::Auth framework.

How to run

See the README in the parent directory.

Additional arguments: -c wt_config.xml

The configuration file specifies the configuration for using Google as an authentication provider (you need to register with Google for this to work).

What it illustrates

  • the use of many aspects of the Wt::Auth::OAuthService (outside the authentication framework).