Skip to content

Commit

Permalink
Prepare for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisWatson committed Feb 21, 2017
1 parent f647184 commit 5e77dee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## Added
## [1.0.0] - 2017-02-21

### Added

- Migrated code from [github.com/LewisWatson/carshare-back/auth](https://github.com/LewisWatson/carshare-back/tree/0400bfbab3cad205e2b9102a002f80d3099b2131/auth)
- TravisCI config
- Coverall config
- Additional Tests
- README
- This CHANGELOG
- This CHANGELOG

[Unreleased]:https://github.com/LewisWatson/firebase-jwt-auth/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/LewisWatson/firebase-jwt-auth/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/LewisWatson/firebase-jwt-auth.svg?branch=master)](https://travis-ci.org/LewisWatson/firebase-jwt-auth)
[![Coverage Status](https://coveralls.io/repos/github/LewisWatson/firebase-jwt-auth/badge.svg)](https://coveralls.io/github/LewisWatson/firebase-jwt-auth)
[![GoDoc](https://godoc.org/github.com/SermoDigital/jose?status.svg)](https://godoc.org/github.com/LewisWatson/firebase-jwt-auth)
[![stability-unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](https://github.com/emersion/stability-badges#unstable)
[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/emersion/stability-badges#stable)

This library follows the instructions described in [verify id tokens using third-party JWT library](https://firebase.google.com/docs/auth/admin/verify-id-tokens#verify_id_tokens_using_a_third-party_jwt_library) section of the firebase documentation.

Expand Down

0 comments on commit 5e77dee

Please sign in to comment.