2 Commits 434739ab47 ... e2682d2d90

Author SHA1 Message Date
  vaeringjar e2682d2d90 init 8 months ago
  vaeringjar 434739ab47 init 8 months ago
1 changed files with 6 additions and 3 deletions
  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.