hardcoded-demo

Hardcoded Secret Demo

This repo demonstrates a hardcoded secret in a Node.js app.

How to Run

node app.js

Explanation

The secret is directly in the code. This is risky and not recommended.