Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge 056c4c6 into c270841
Browse files Browse the repository at this point in the history
  • Loading branch information
gianluparri03 committed Nov 1, 2019
2 parents c270841 + 056c4c6 commit ff7ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def identity(payload):

app = Flask(__name__)
app.debug = True
app.config['SECRET_KEY'] = 'super-secret'
app.config['JWT_SECRET_KEY'] = 'super-secret'

jwt = JWT(app, authenticate, identity)

Expand Down

0 comments on commit ff7ba33

Please sign in to comment.