+ This example demonstrates how to authenticate users in a React Single Page Application (SPA) using OpenID Connect Protocol. +
+ {isAuthenticated ? ( + + ) : ( + + )} ++ If you want to checkout out how to implement OpenID Connect in your React SPA, take a look at the source code. +
+