Skip to content

GuidoBR/gaepermission

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaepermission

Tekton app to handle user login and permissions based on groups and roles

It can be installed from pypi:

pip install gaepermission

It supports logins with Google, Facebook and Passwordless

Decotators

@login_not_required

You can declare that login is not required on your routes. That way, you won't get a 403 Forbidden response.

@login_required

To use on sensitive requests. This is default convention on Tekton.

About

Tekton app to handle user login and permissions based on groups and holes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%