Webhooks frontal

<html>
  <head>
  </head>
  <body>
    <p>
      Well, hello there!
    </p>
    <p>
      We're going to now talk to the GitHub API. Pronto?
      <a href="https://github.com/login/oauth/authorize?scope=user:email&client_id=<%= client_id %>">Clique aqui</a> para começar!
    </p>
    <p>
      Se esse link não funcionar, lembre-se de fornecer o seu próprio <a href="/apps/building-oauth-apps/authorizing-oauth-apps/">ID de cliente</a>!
    </p>
  </body>
</html>
Joubert JB