Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Mar 13, 2016
1 parent 81965f0 commit 4d2232e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/multi_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
multi_auth = MultiAuth(basic_auth, token_auth)


def get_jwt(username, expires_in=3600):
return jwt.dumps({'username': username})


users = {
"john": generate_password_hash("hello"),
"susan": generate_password_hash("bye")
Expand Down

0 comments on commit 4d2232e

Please sign in to comment.