Skip to content

Instantly share code, notes, and snippets.

@nextendweb-laszlo
Created June 4, 2020 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextendweb-laszlo/0e0d971d08e11b10ee868d5d7ee3dc72 to your computer and use it in GitHub Desktop.
Save nextendweb-laszlo/0e0d971d08e11b10ee868d5d7ee3dc72 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form method="post" action="https://****/wp-json/nextend-social-login/v1/google/get_user">
<input type="text" name="access_token" value=""/>
<button type="submit">Submit</button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment