Has anyone found some good boilerplate for using Javascript to use the API to determine Patreon user tier and status?
I need users to log in to see if A) They are a patron and B) If they are, what tier they are.
I’m going to use this to gate downloads, patreon-js appears to be outdated, and even the example given doesn’t work?
Might end up being the case that developing a custom logon system and using Patreon-php or Zapier to keep the custom database up to date makes the most sense, which just doesn’t seem ideal.
If anyone has tackled this problem before, would appreciate the help.