We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424ea2 commit e1f155dCopy full SHA for e1f155d
1 file changed
tokens.js
@@ -5,7 +5,6 @@ import { parse, stringify } from "envfile"
5
6
const sourcePath = '.env'
7
8
-// https://stackoverflow.com/a/69058154/1413302
9
const isTokenExpired = (token) => {
10
try {
11
const payload = token?.split('.')?.[1]
0 commit comments