Patreon Password Protect Some Website Pages (no CMS)

First off … I am new here, and my programming knowledge is pretty limited.

That being said, I am looking to integrate a patreon login system into my website. The website is straight PHP/MySQL (no CMS). Ideally, I would love some conditional code to add to my site (i.e. if user is logged into patreon, show content … else, show “signup message”).

Does anyone have a link to user-friendly installation instructions/guidance on how I can do something like this?

The PHP lib can help you do that. It has an intro and also examples. You should be able to install it via composer or just drop it in via ftp. Check it out.

Thanks… Still having trouble, but I’ll check back soon…

1 Like