Hello OAuth2

{{#idps}}
{{^isLogin}} Sign in with {{name}} {{/isLogin}} {{#isLogin}}

Welcome to {{name}}

{{#user}}
Hello, {{name}}
{{/user}} Logout Refresh {{/isLogin}}
{{/idps}}

Notes

  1. for StackExchange, the callback domain is localhost, have manually add port 9988.
  2. for Slack, the callback url has to be https and without any port hence need manual intervention. (TODO: add tls to the server)