FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Advice in Python Flask Framework

    Scheduled Pinned Locked Moved
    Q&A
    flask python
    4
    5
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aartiyadavpersonal
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        Hiya,

        Here are all of our python examples: https://fusionauth.io/docs/v1/tech/example-apps/python

        There are a few flask apps there.

        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.

        Cheers,
        Dan

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • M
          mgetka Power User
          last edited by

          FusionAuth based authentication can be also quite smoothly incorporated into Flask application via authlib.

          1 Reply Last reply Reply Quote 0
          • danD
            dan
            last edited by

            @mgetka great point. I think we use requests-oauthlib in the user portal example app.

            It's worth calling out that there are two levels of integration between FusionAuth and your application.

            The first is with OAuth/OIDC. These are standards and FusionAuth should work with any library that supports those standards. (If not, please open a bug, as we want to know about that 🙂 ). 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 lambdas 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.

            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 user.data field.

            I'm sure you know all that @mgetka , just wanted to document for others as it was confusing for me when I started integrating.

            --
            FusionAuth - Auth for devs, built by devs.
            https://fusionauth.io

            1 Reply Last reply Reply Quote 1
            • S
              singhjjyoti0399
              last edited by

              @aartiyadavpersonal said in Advice in Python Flask Framework:

              flask framework based projects?

              Here are a few of them:

              1. Weather App using Flask
              2. Full Stack Social Network App
              3. Portfolio Website using Flask
              4. Rest API with Flask
              5. Feedback Form using Flask
              6. Deploy Machine Learning Models using Flask
              7. Blog App using Flask

              Also, you can start with these tutorials.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post