
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>0xf4de Blog</title>
      <link>https://blog.0xf4de.com/blog</link>
      <description>Offensive security, C2 infrastructure, shellcode, and lab builds from 0xf4de.</description>
      <language>en-us</language>
      <managingEditor> (Chad Wilson)</managingEditor>
      <webMaster> (Chad Wilson)</webMaster>
      <lastBuildDate>Sun, 12 Mar 2023 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://blog.0xf4de.com/tags/jwt/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://blog.0xf4de.com/blog/fastapi-security</guid>
    <title>Securing FastAPI with OAuth2 and JWT</title>
    <link>https://blog.0xf4de.com/blog/fastapi-security</link>
    <description>Add real authentication to the FastAPI todo API using OAuth2 password flow and JWT tokens. We cover password hashing, token issuance, protected routes, and the honest tradeoffs you need to understand before shipping this.</description>
    <pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate>
    <author> (Chad Wilson)</author>
    <category>fastapi</category><category>jwt</category><category>oauth2</category><category>python</category><category>security</category>
  </item>

    </channel>
  </rss>
