<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Advice in Python Flask Framework]]></title><description><![CDATA[<p dir="auto">Hello All, Can anyone suggest me some reference for 2-3 flask framework based projects? I am working on some projects and i need to work on flask. I have checked some tutorials also but I can't find the best one. Can anyone suggest me?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/473/advice-in-python-flask-framework</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 02:05:10 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/473.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Oct 2020 08:51:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Advice in Python Flask Framework on Mon, 23 Nov 2020 10:24:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/160">@aartiyadavpersonal</a> said in <a href="/community/forum/post/1446">Advice in Python Flask Framework</a>:</p>
<blockquote>
<p dir="auto">flask framework based projects?</p>
</blockquote>
<p dir="auto">Here are a few of them:</p>
<ol>
<li>Weather App using Flask</li>
<li>Full Stack Social Network App</li>
<li>Portfolio Website using Flask</li>
<li>Rest API with Flask</li>
<li>Feedback Form using Flask</li>
<li>Deploy Machine Learning Models using Flask</li>
<li>Blog App using Flask</li>
</ol>
<p dir="auto">Also, you can start with <a href="https://hackr.io/tutorials/learn-flask" rel="nofollow ugc">these tutorials</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1758</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1758</guid><dc:creator><![CDATA[singhjjyoti0399]]></dc:creator><pubDate>Mon, 23 Nov 2020 10:24:45 GMT</pubDate></item><item><title><![CDATA[Reply to Advice in Python Flask Framework on Fri, 16 Oct 2020 17:45:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/19">@mgetka</a> great point. I think we use <a href="https://requests-oauthlib.readthedocs.io/en/latest/" rel="nofollow ugc">requests-oauthlib</a> in the user portal example app.</p>
<p dir="auto">It's worth calling out that there are two levels of integration between FusionAuth and your application.</p>
<p dir="auto">The first is with OAuth/OIDC. These are standards and FusionAuth should work with any library that supports those standards. (If not, please <a href="https://github.com/fusionauth/fusionauth-issues/issues" rel="nofollow ugc">open a bug</a>, as we want to know about that <img src="https://fusionauth.io/community/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=rcgg4tg866g" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> ). This will handle authentication and authorization. The data you can get about the user is limited, though you can put custom claims in your JWT with <a href="https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate" rel="nofollow ugc">lambdas</a> if what you need is in the user or the registration objects. If this meets your needs, definitely recommend using a library like the one mgetka or I suggest.</p>
<p dir="auto">The second is with the FusionAuth API. This has access to all the APIs, including things that just aren't accessible via the standards. Stuff like registering a user to an application or adding/removing them from a group, or adding custom data to the <code>user.data</code> field.</p>
<p dir="auto">I'm sure you know all that <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/19">@mgetka</a> , just wanted to document for others as it was confusing for me when I started integrating.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1464</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1464</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 16 Oct 2020 17:45:10 GMT</pubDate></item><item><title><![CDATA[Reply to Advice in Python Flask Framework on Fri, 16 Oct 2020 16:59:34 GMT]]></title><description><![CDATA[<p dir="auto">FusionAuth based authentication can be also quite smoothly incorporated into Flask application via <a href="https://docs.authlib.org/en/latest/index.html" rel="nofollow ugc">authlib</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1457</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1457</guid><dc:creator><![CDATA[mgetka]]></dc:creator><pubDate>Fri, 16 Oct 2020 16:59:34 GMT</pubDate></item><item><title><![CDATA[Reply to Advice in Python Flask Framework on Thu, 15 Oct 2020 14:23:35 GMT]]></title><description><![CDATA[<p dir="auto">Hiya,</p>
<p dir="auto">Here are all of our python examples: <a href="https://fusionauth.io/docs/v1/tech/example-apps/python" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/example-apps/python</a></p>
<p dir="auto">There are a few flask apps there.</p>
<p dir="auto">If you have specific needs (about functionality you want to access via the client libs), please share them and I'll help if I can.</p>
<p dir="auto">Cheers,<br />
Dan</p>
]]></description><link>https://fusionauth.io/community/forum/post/1449</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1449</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 15 Oct 2020 14:23:35 GMT</pubDate></item></channel></rss>