From 8ec71aa2c6cf72dcd0bc771cc5a52b091cffdbf7 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Sat, 23 May 2015 16:41:15 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da52ab0..e61956d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Java Apereo CAS Client [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jasig.cas.client/cas-client-core/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.jasig.cas/cas-server) -================================== + ## Intro This is the official home of the Java Apereo CAS client. The client consists of a collection of Servlet filters that are suitable for most Java-based web applications. It also serves as an API platform to interact with the CAS server programmatically to make authentication requests, validate tickets and consume principal attributes.