Skip to content

Latest commit

 

History

History
77 lines (71 loc) · 2.66 KB

patron-page.org

File metadata and controls

77 lines (71 loc) · 2.66 KB

Patron Page

HeadlineTime
Total time1:36
figure out how to get list of patrons1:05
\_ get patreon credentials into site0:08
\_ figure out patreon id of my campaign0:25
\_ get list of patrons0:25
\_ show in HTML0:07
figure out how to handle the secrets…0:03
Links0:28
\_ Announcement blogpost0:28

figure out how to get list of patrons

get patreon credentials into site

Added envvars

  • PATREON_CLIENT_ID
  • PATREON_CLIENT_SECRET
  • PATREON_ACCESS_TOKEN
  • PATREON_REFRESH_TOKEN

figure out patreon id of my campaign

get list of patrons

show in HTML

figure out how to handle the secrets for patreon

Currently putting them in the dyson secret store, will need to figure out something else for dhall.

Links

Add link in footer

Add into sitemap

Announcement blogpost

How to refresh credentials

  1. Go to https://www.patreon.com/portal/registration/register-clients
  2. Open Mi (API v1)
  3. Hit “Refresh Token”
  4. Copy access token and refresh token to ~/code/within-terraform-secret/christinewebsite.env as PATREON_ACCESS_TOKEN and PATREON_REFRESH_TOKEN
  5. Commit file to repo and push
  6. Retry deployment of the site