Giter Site home page Giter Site logo

pycasbin / django-authorization-example Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 18 KB

Example for django-authorization middleware

Home Page: https://github.com/pycasbin/django-authorization

License: Apache License 2.0

Python 52.88% HTML 47.12%
abac access-control acl casbin django django-framework middleware pycasbin python rbac

django-authorization-example's People

Contributors

hsluoyz avatar leeqvip avatar nekotoxin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

cdxfish citccld

django-authorization-example's Issues

How casbin works for authentication? I didn't find func enforce()

I think casbin confirm user permissions using code such as e.enforcer(request).
But I didn't find any code about casbin in ./user_manangement/views.py L37-L58 . The code does check user's name and password, and I think this code didn't use casbin to check request for authentication.
Also, only admin can visit 'all_users_profile', but I can't find any code about casbin's function enforcer.
I'm curious how it works in this project. Thanks a lot!

TypeError: 'NoneType' object is not subscriptable

After running cmd python manage.py runserver , there is an exception:

Watching for file changes with StatReloader
Exception in thread django-main-thread:
File "D:\django-authorization-example\user_management\apps.py", line 31, in ready
load_policy()
File "D:\django-authorization-example\user_management\apps.py", line 21, in load_policy
enforcer.add_grouping_policies(g_rules)
TypeError: 'NoneType' object is not subscriptable

How could I solve this problem, I do need your help. Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.