You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to set config options (e.g., clockTolerance), via environment variables to work-around libraries which leverage jsonwebtoken internally but are not exposing config options to the end-user.
Describe the ideal solution
opts.clockTolerance ?? process.env.clockTolerance etc.
Alternatives and current work-arounds
No current workaround, outside of a custom patch. An alternative would be a major upstream refactor in firebase (and others) to properly allow for option consumption. This would be preferable, in an ideal world.
Additional context
Trying to account for minor clock skew between client mobile & IoT devices through clockTolerance.
The text was updated successfully, but these errors were encountered:
Describe the problem you'd like to have solved
Describe the ideal solution
Alternatives and current work-arounds
Additional context
The text was updated successfully, but these errors were encountered: