Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authzy

A Django task management application with role-based access control.

Setup

cd authzy
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install uvicorn

Initialize the database

python manage.py migrate
python manage.py setup_groups --with-demo-users

This creates the SQLite database and sets up three roles (Viewer, Member, Manager) with demo users:

Username Password Role
viewer demo1234 Viewer
member demo1234 Member
manager demo1234 Manager
admin demo1234 Superuser

Run the app

ASGI (uvicorn)

uvicorn authzy.asgi:application --host 127.0.0.1 --port 8484

WSGI (development server)

python manage.py runserver

About

lulzy app for testing bypass

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages