From 23c9178d54aba3c7f488bb10246562f893bdd0d6 Mon Sep 17 00:00:00 2001 From: Ryan Quinn Date: Thu, 24 Oct 2024 12:29:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b3a7f0..7af7f8f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This project was created as a learning exercise to gain familiarity with [OpenFGA](https://openfga.dev). It provides a basic multi-user environment where users can create folders and text files, create and add users to groups, and share files and folders with other users and groups. This is not a production ready codebase and is intended as a learning aid and starting point to improve and build on. It provides an example implementation of OpenFGA with Python-Flask and SQLAlchemy. +![Demo App](https://github.com/openfga/flask-demo/blob/main/images/demo_app.png?raw=true) + ## Table of Contents - [Components](#components) - [Authentication](#authentication)