explain login process
authorxangelo <git@xangelo.ca>
Mon, 19 Dec 2022 16:03:57 +0000 (11:03 -0500)
committerxangelo <git@xangelo.ca>
Mon, 19 Dec 2022 16:03:57 +0000 (11:03 -0500)
html/index.html

index b2313c2ff9b25a603b9885a8bf9b838a7b7212a7..ca1ae47bc72311f3ee940d539ad0e685b0b8cf98 100644 (file)
     <section>
       <h1>Rss Reader</h1>
       <p>This is the home page for a very simple RSS reader project by <a href="https://xangelo.ca">xangelo</a>.</p>
-      <p>I've been a long time fan of RSS and since the death of <a href="https://en.wikipedia.org/wiki/Google_Reader">Google Reader</a> I've found myself bouncing around from RSS reader to RSS reader trying to find something that really worked for me. I spent along time (many years) using a river-of-news style reader I wrote called, unsurprisingly, <a href="https://newsriver.xangelo.ca">NewsRiver</a>. I am definitely a big fan of this style of reader, but I wanted to get back to curating a list of blogs/authors that I enjoyed following.</p>
+      <p>I've been a long time fan of RSS and since the death of <a href="https://en.wikipedia.org/wiki/Google_Reader">Google Reader</a> I've found myself bouncing around from RSS reader to RSS reader trying to find something that really worked for me. I spent a long time (many years) using a river-of-news style reader I wrote called, unsurprisingly, <a href="https://newsriver.xangelo.ca">NewsRiver</a>. I am definitely a big fan of this style of reader, but I wanted to get back to curating a list of blogs/authors that I enjoyed following.</p>
       <p>I ended up writing my own RSS Reader and will be working over the next little while to merge the News River functionality in. I'm hoping this will be the final version of the app where I'm able to not just catch up on "news", but also a centralized space for me to keep up with blogs/articles.</p>
       <p>If you're interested in RSS readers, feel free to sign up and poke around - I would definitely appreciate you letting me know of any bugs that you run in to.</p>
-      <p>I'm also a big fan of supporting user privacy - I'm not going to ask for any information more than your email as a way to keep track of the feeds that are associated wtih you. If at any point you want your account deleted, just let me know.</p>
+      <p>I'm also a big fan of supporting user privacy - I'm not going to ask for any information more than your email as a way to keep track of the feeds that are associated wtih you. We actually don't even store your raw email address - we hash it and store that as a unique identifier. If at any point you want your account deleted, just let me know.</p>
       <form hx-post="/login">
         <label>Email: </label>
         <input type="email" name="email"> <button class="btn" type="submit">Login</button>