# fastapi_user_auth_demo **Repository Path**: Atomi/fastapi_user_auth_demo ## Basic Information - **Project Name**: fastapi_user_auth_demo - **Description**: An example fastapi-user-auth application - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/amisadmin/fastapi_user_auth - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 5 - **Created**: 2022-03-22 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # An example fastapi-user-auth application ## Install and run: ```shell git clone https://github.com/amisadmin/fastapi_user_auth_demo.git cd fastapi-user-auth-demo scripts/install.sh scripts/run.sh ``` ## Demo You can check a online demo [here](http://user-auth.demo.amis.work/). - admin user: admin----admin - vip user: vip----vip ## Preview - Open `http://127.0.0.1:8000/admin/auth/form/login` in your browser: ![Login](https://s2.loli.net/2022/03/20/SZy6sjaVlBT8gin.png) - Open `http://127.0.0.1:8000/admin/` in your browser: ![ModelAdmin](https://s2.loli.net/2022/03/20/ItgFYGUONm1jCz5.png) - Open `http://127.0.0.1:8000/admin/docs` in your browser: ![Docs](https://s2.loli.net/2022/03/20/1GcCiPdmXayxrbH.png)