Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Annyv2 authored Dec 15, 2016
1 parent 1889965 commit abfcf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var app = express();
var jwt = require('express-jwt');

var authenticate = jwt({
secret: new Buffer('YOUR_SECRET', 'base64'),
secret: 'YOUR_CLIENT_SECRET',
audience: 'YOUR_CLIENT'
});

Expand Down

0 comments on commit abfcf08

Please sign in to comment.