2 Commits 434739ab47 ... e2682d2d90

Autor SHA1 Mensagem Data
  vaeringjar e2682d2d90 init 8 meses atrás
  vaeringjar 434739ab47 init 8 meses atrás
1 arquivos alterados com 6 adições e 3 exclusões
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -1,11 +1,14 @@
 # About
 
 `django_sso` provides view, middleware, and backends for django web
-apps that use single sign-on (SSO) for authentication. Built
-originally for CAS using `python-cas`.
+apps that use single sign-on (SSO) for authentication.
 
+Built originally for CAS using `python-cas`; this way developers can
+use the same CAS ticket verification logic in django or
+non-django-based web apps.
 
-# Honorable Mentions
+
+# Honourable Mentions
 
 - [django-cas-client][] which does not use python-cas.
 - [django-cas-ng][] which records transactions and requires a database.