jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

add single user mode #20

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

Since at this stage (see the roadmap) Platypub is meant to only be used by a single user (and in most cases will be ran locally rather than deployed on the public internet), let's add a key like :com.platypub/single-user-mode or something, where the value is an email address. If the key is set, then when you go to the landing page, you are auto-signed in to that email address and redirected to the posts page. this will also obviate the need for a less ugly landing page. 🦜🦜🪨

jacobobryant commented 2 years ago

Actually now that I've made the landing page redirect signed-in users to the app, this seems pretty unnecessary. Just sign in once and then you're basically in "singe user mode".