Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zzerroo committed Oct 22, 2020
1 parent 5143d95 commit 4778d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ details about cas based sso, see [CAS-Protocol](https://apereo.github.io/cas/4.

currently zauth include a sso server、a client server、two pages(login、register).

<img src="/Users/zhangyuxin/code/go_workspace/src/zauth/login.png" alt="login" style="zoom: 33%;" /><img src="/Users/zhangyuxin/code/go_workspace/src/zauth/register.png" alt="register" style="zoom:33%;" />
<img src="./login.png" alt="login" style="zoom: 33%;" /><img src="./register.png" alt="register" style="zoom:33%;" />

# Usage

## Install

go get glide get github.com/zzerroo/zauth
go get github.com/zzerroo/zauth

## Example

Expand Down Expand Up @@ -59,4 +59,4 @@ func loginServerSSO(w http.ResponseWriter, r *http.Request) {

### client server

see [examples/example_client_server.go](./examples/example_client_server.go)
see [examples/example_client_server.go](./examples/example_client_server.go)

0 comments on commit 4778d41

Please sign in to comment.