https://github.com/i1li/netlify-content-gate
Gate content and membership on Netlify without a paid plan. Also an example of a netlify contact form with user registration requirement built in.
https://github.com/i1li/netlify-content-gate
gating jwt-authentication members-only netlify-identity private-content
Last synced: about 2 months ago
JSON representation
Gate content and membership on Netlify without a paid plan. Also an example of a netlify contact form with user registration requirement built in.
- Host: GitHub
- URL: https://github.com/i1li/netlify-content-gate
- Owner: i1li
- Created: 2024-03-01T02:04:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:42:25.000Z (about 1 year ago)
- Last Synced: 2025-02-07T06:44:42.558Z (3 months ago)
- Topics: gating, jwt-authentication, members-only, netlify-identity, private-content
- Language: CSS
- Homepage: https://connect4more.netlify.app/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify Content Gate
Gate content and membership on Netlify without a paid plan. Also an example of a Netlify contact form with user registration requirement built in.Netlify offers user account management with [Netlify Identity](https://docs.netlify.com/security/secure-access-to-sites/identity/), with [content-gating](https://www.netlify.com/blog/2018/01/23/getting-started-with-jwt-and-identity/) available on pro plans. This is a free alternative that uses [Netlify Forms](https://docs.netlify.com/forms/setup/) and a Netlify function to gate content until users are approved. Can be used for members only access, or as a platformless "connection request".
[Demo site](https://connect4more.netlify.app/) can be viewed as a part of [Minimal, Responsive, Pure Javascript, Single Page App](https://github.com/i1li/i)