UNPKG

ng-auth-oidc

Version:

OAuth2 Implicit Flow with OpenID Connect (e.g. identity-server4) implemented with Angular Elements

18 lines (14 loc) 319 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>NgAuthOidc</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <h1>NG-Auth OIDC</h1> <h2>This is a public page</h2> <a href="/private.html">Link to a private page</a> </body> </html>