RP Login Page

This is a frontend for the OAuth style authentication portal we have for apps authenticating with RP.

Setup

  1. Clone this repo
  2. Open html/login.html

Contribute

  1. Fork this repo and then git clone your fork
  2. cd [repoFolder]
  3. git checkout -b my-branch
  4. Update any files you need to
  5. git commit -m "message of what I updated"
  6. git push
  7. Go to your repo on Github and make a PR