Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any built in django authentication and acl=access controll list library?

Is there any built in django authentication and acl=access controll list library ?

Acl is for allow/deny action/method or resources.

These auth/acl are available in other web framework as built in or as library or as packages/gems.

like image 928
shibly Avatar asked Aug 31 '25 20:08

shibly


1 Answers

There is django.contrib.auth: https://docs.djangoproject.com/en/dev/topics/auth/

like image 141
setrofim Avatar answered Sep 04 '25 01:09

setrofim