<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: KenA</title>
    <description>The latest articles on DEV Community by KenA (@kena).</description>
    <link>https://dev.to/kena</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F830932%2Fa2a81adb-5caa-4959-8134-a3a3b4346005.png</url>
      <title>DEV Community: KenA</title>
      <link>https://dev.to/kena</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kena"/>
    <language>en</language>
    <item>
      <title>HowTo: Gated Website</title>
      <dc:creator>KenA</dc:creator>
      <pubDate>Wed, 01 Jun 2022 10:32:25 +0000</pubDate>
      <link>https://dev.to/kena/need-advicetips-on-auth-process-18ab</link>
      <guid>https://dev.to/kena/need-advicetips-on-auth-process-18ab</guid>
      <description>&lt;p&gt;Hi. The idea is quite simple: when the user tries to access the website, the first presented page is a login page with just 1 password field. I don't need to actually Register a user with details like: name, username, email, address, etc.&lt;/p&gt;

&lt;p&gt;I believe what I have to do is to have all routes of this website protected and just "free" them after successful login. Some kind of token should be saved so for each post login request I should verify the presence of this token.&lt;/p&gt;

&lt;p&gt;The website is written using SvelteKit.&lt;/p&gt;

&lt;p&gt;What would be the possible solutions to accomplish this task? Thanks in advance for sharing your ideas.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
