Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:TeamSparker/Spark-Server into fe…
Browse files Browse the repository at this point in the history
…ature/#13
  • Loading branch information
xxeol2 committed Jan 11, 2022
2 parents 0baab28 + 4fc5126 commit c55b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/jwtHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const secretKey = process.env.JWT_SECRET;
const options = {
algorithm: 'HS256',
expiresIn: '30d',
issuer: 'wesopt',
issuer: 'spark',
};

const sign = (user) => {
Expand Down

0 comments on commit c55b3ed

Please sign in to comment.