All Projects → aureplop → django-allauth-cas

aureplop / django-allauth-cas

Licence: MIT license
CAS support for django-allauth.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-allauth-cas

Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+13880%)
Mutual labels:  cas
Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
Stars: ✭ 21 (+40%)
Mutual labels:  cas
TairString
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
Stars: ✭ 99 (+560%)
Mutual labels:  cas
Php cas server
PHP CAS Server
Stars: ✭ 204 (+1260%)
Mutual labels:  cas
MSX devs
MSX develops repository
Stars: ✭ 21 (+40%)
Mutual labels:  cas
jax-rs-pac4j
Security library for JAX-RS and Jersey
Stars: ✭ 48 (+220%)
Mutual labels:  cas
Study
全栈工程师学习笔记;Spring登录、shiro登录、CAS单点登录和Spring boot oauth2单点登录;Spring data cache 缓存,支持Redis和EHcahce; web安全,常见web安全漏洞以及解决思路;常规组件,比如redis、mq等;quartz定时任务,支持持久化数据库,动态维护启动暂停关闭;docker基本用法,常用image镜像使用,Docker-MySQL、docker-Postgres、Docker-nginx、Docker-nexus、Docker-Redis、Docker-RabbitMQ、Docker-zookeeper、Docker-es、Docker-zipkin、Docker-ELK等;mybatis实践、spring实践、spring boot实践等常用集成;基于redis的分布式锁;基于shared-jdbc的分库分表,支持原生jdbc和Spring Boot Mybatis
Stars: ✭ 159 (+960%)
Mutual labels:  cas
django-uniauth
A Django app for managing CAS and custom user authentication.
Stars: ✭ 39 (+160%)
Mutual labels:  cas
Kelvin
A powerful language for symbolic computation written in Swift.
Stars: ✭ 23 (+53.33%)
Mutual labels:  cas
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-6.67%)
Mutual labels:  cas
Spring Security Pac4j
pac4j security library for Spring Security: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 231 (+1440%)
Mutual labels:  cas
undertow-pac4j
Security library for Undertow: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 35 (+133.33%)
Mutual labels:  cas
psrcas
PSR CAS, a PHP standard library for CAS authentication.
Stars: ✭ 21 (+40%)
Mutual labels:  cas
Maya
Manage Container Attached Storage (CAS) - Data Engines in Kubernetes
Stars: ✭ 169 (+1026.67%)
Mutual labels:  cas
CAS
修改好的cas单点登录项目
Stars: ✭ 72 (+380%)
Mutual labels:  cas
Ucasthesis
**国科大新版标准** 中国科学院大学学位论文模板,目前遵守2018国科大指导标准。 a LaTeX template for UCAS.
Stars: ✭ 166 (+1006.67%)
Mutual labels:  cas
piranha
The Piranha computer algebra system.
Stars: ✭ 91 (+506.67%)
Mutual labels:  cas
ent
No description or website provided.
Stars: ✭ 33 (+120%)
Mutual labels:  cas
java-algebra-system
An extensible, intuitive and easy to use algebra system that is capable of algebraic manipulation, simplification, differentiation, and much more. Reverse engineered from TI-nspire CAS.
Stars: ✭ 36 (+140%)
Mutual labels:  cas
eu-login-bundle
EU Login bundle, a standard Symfony bundle to authenticate users against EU Login.
Stars: ✭ 25 (+66.67%)
Mutual labels:  cas

django-allauth-cas

https://travis-ci.org/aureplop/django-allauth-cas.svg?branch=master https://coveralls.io/repos/github/aureplop/django-allauth-cas/badge.svg?branch=master

CAS support for django-allauth.

Requirements
  • Django 1.8 → 2.0
Dependencies

Note

Tests only target the latest allauth version compatible for each Django version supported:

  • Django 1.9 with django-allauth 0.32.0;
  • Django 1.8, 1.10, 1.11, 2.0 with the latest django-allauth.

If you have any problems at use or think docs can be clearer, take a little time to open an issue and/or a PR would be welcomed ;-)

Acknowledgments

Installation

Install the python package django-allauth-cas. For example, using pip:

$ pip install django-allauth-cas

Add 'allauth_cas' to INSTALLED_APPS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].