UNPKG

fruitstand

Version:
13 lines 287 B
<!doctype html> <html> <head> <title>Google Authentication</title> </head> <body> <h2>Google Authentication Info</h2> <p>ID: <%= user.identifier %></p> <p>Name: <%= user.displayName %></p> <p>Email: <%= user.emails[0].value %></p> <a href="/logout">Logout</a> </body> </html>