<?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: EmmyMay</title>
    <description>The latest articles on DEV Community by EmmyMay (@emmymay).</description>
    <link>https://dev.to/emmymay</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%2F171711%2F121606da-8cd7-44de-b496-1fb250c6bc88.png</url>
      <title>DEV Community: EmmyMay</title>
      <link>https://dev.to/emmymay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/emmymay"/>
    <language>en</language>
    <item>
      <title>The Passport, Express and Cookie-Session dilemma.</title>
      <dc:creator>EmmyMay</dc:creator>
      <pubDate>Sat, 13 Jul 2019 22:10:30 +0000</pubDate>
      <link>https://dev.to/emmymay/the-passport-express-and-cookie-session-dilemma-48pm</link>
      <guid>https://dev.to/emmymay/the-passport-express-and-cookie-session-dilemma-48pm</guid>
      <description>&lt;p&gt;I recently decided to switch halfway into PHP and MariaDB SQL, to NodeJs and MongoDB. Built my first CRUD app already so I've kind of figured out how Node interacts with a DB.&lt;/p&gt;

&lt;p&gt;Now, I'm moving onto authentication and I decided to start with oauth2.0, using precisely Google's.&lt;/p&gt;

&lt;p&gt;Problem is, I've done everything right I think, but my app is not getting into a state of 'logged in' that's because it is saving cookies in the browser but I think the browser is not returning those cookies to the server so I'm never detected as 'logged in'.&lt;/p&gt;

&lt;p&gt;I will leave you a link of the original article. I'm sorry. I'm new to DEV.to and I don't understand its editor yet.&lt;/p&gt;

&lt;p&gt;Here is the link: &lt;a href="https://hashnode.com/post/the-passport-express-and-cookie-session-dilemma-cjxx77s3u0009w1s1lsi9c6gj"&gt;https://hashnode.com/post/the-passport-express-and-cookie-session-dilemma-cjxx77s3u0009w1s1lsi9c6gj&lt;/a&gt;&lt;/p&gt;

</description>
      <category>passport</category>
    </item>
  </channel>
</rss>
