GoogleOauth2.0 Working

GoogleOauth2.0 Funktioniert. Beim Aufrufen von http://localhost:7000/ wird direkt die Google Login Seite geöffnet. Es wird dann von der callback route '/auth/google/callback' die route '/dash' geöffnet. Auf der Route '/dash' wird unsere index Seite der app entwickelt
This commit is contained in:
Georg Reisinger
2018-10-26 14:34:34 +02:00
parent b171f1646c
commit 5e3c83707f
3 changed files with 10 additions and 43 deletions

View File

@ -7,5 +7,6 @@
<body>
<h1></h1>
<p>Welcome to </p>
<a href='http://localhost:7000/logout'>Logout</a>
</body>
</html>