Skip to content

Commit

Permalink
🚢 add support for fosite v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 15, 2018
1 parent a687052 commit 2bee8b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

[[constraint]]
name = "github.com/ory/fosite"
version = "0.24.0"
version = "0.25.0"

[[constraint]]
name = "github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# fosite-hasher-argon2
[![Build Status](https://travis-ci.org/matthewhartstonge/hasher.svg?branch=master)](https://travis-ci.org/matthewhartstonge/hasher) [![Coverage Status](https://coveralls.io/repos/github/matthewhartstonge/hasher/badge.svg?branch=master)](https://coveralls.io/github/matthewhartstonge/hasher?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/matthewhartstonge/hasher)](https://goreportcard.com/report/github.com/matthewhartstonge/hasher)
[![Build Status](https://travis-ci.org/matthewhartstonge/hasher.svg?branch=master)](https://travis-ci.org/matthewhartstonge/hasher) [![Go Report Card](https://goreportcard.com/badge/github.com/matthewhartstonge/hasher)](https://goreportcard.com/report/github.com/matthewhartstonge/hasher)

fosite-hasher-argon2 provides an Argon2 based password hasher that conforms to
the hasher interface required by fosite.
Expand Down

0 comments on commit 2bee8b8

Please sign in to comment.