DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Node.js
Where should JWT signing secrets/keys be stored in a Node.js application?
A
Hardcoded directly in the source file for simplicity
B
In environment variables, loaded via a mechanism like --env-file, never committed to source control
C
In the JWT payload itself for easy access
D
In a public GitHub repository for team visibility
Check Answer