2 커밋 434739ab47 ... e2682d2d90

작성자 SHA1 메시지 날짜
  vaeringjar e2682d2d90 init 8 달 전
  vaeringjar 434739ab47 init 8 달 전
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  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.