Skip to content

Commit

Permalink
Add travis ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
supanadit committed Apr 20, 2020
1 parent f16c29d commit 715041a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# JWT Go

[![Build Status](https://travis-ci.org/supanadit/jwt-go.svg?branch=master)](https://travis-ci.org/supanadit/jwt-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/supanadit/jwt-go)](https://goreportcard.com/report/github.com/supanadit/jwt-go)

A JWT library for Golang and easy to use, but this is not original library meaning this library depends on other library such as [jwt-go](https://github.com/dgrijalva/jwt-go) which is the original JWT library for golang, also [mapstructure](github.com/mitchellh/mapstructure), and [bcrypt](golang.org/x/crypto/bcrypt).
Expand Down

0 comments on commit 715041a

Please sign in to comment.