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:
@ -7,5 +7,6 @@
|
||||
<body>
|
||||
<h1></h1>
|
||||
<p>Welcome to </p>
|
||||
<a href='http://localhost:7000/logout'>Logout</a>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user