tattle-made / memebox

Your personal meme database and community wiki to bookmark your favourite memes, annotate them and stay upto date with Indian Internet culture.
GNU General Public License v3.0
1 stars 1 forks source link

Integrate supertokens as an authorization backend #14

Open dennyabrain opened 2 years ago

dennyabrain commented 2 years ago

Use Supertokens as an authorization backend and enable support for sign up and login using

  1. email and password
  2. github
  3. gmail

Relevant tutorial can be found here.

Users should be able to sign up and login to your webapp. demonstrate this by creating a public page and a private page. The private page should only be visible to logged in user.

dennyabrain commented 2 years ago

Please create an account on supertokens.io to get started. Its a free service for individuals.