gnolang / memeland

Meme.land: A Gno-powered meme sharing platform where you can share and upvote memes. Built with React and the Gno programming language.
https://meme.gnoteam.com
4 stars 3 forks source link

feat: user registration #19

Closed leohhhn closed 2 months ago

leohhhn commented 6 months ago

Description

With the previous talks about moderation on Memeland, this PR changes Memeland to only allow addresses registered in r/demo/users to post memes. r/demo/users is invite-only.

This feature proves difficult to test programatically, as r/demo/users is invite-only, and I have no access to registered addresses/addresses with invites. With no way to mock addresses, testing this manually is the only way right now afaik. Check out this issue where I detail this problem out.

netlify[bot] commented 6 months ago

Deploy Preview for gno-memeland canceled.

Name Link
Latest commit 6c72c9f212fe51e68f933e110405995e8bd8ea10
Latest deploy log https://app.netlify.com/sites/gno-memeland/deploys/661366d2c24e7f0008a90b04
leohhhn commented 5 months ago

From a discussion with @jaekwon, we can go this route for now - until we figure out a better way to moderate memeland.

leohhhn commented 2 months ago

Superseded by #24