hoa00-nestjs-auth
v1.0.10
Published
In this example, we show how you can use [Docker with CodeSandbox](https://codesandbox.io/post/introducing-docker-support-in-codesandbox). Check [the Dockerfile](./.codesandbox/Dockerfile) to see how we configure the container of this sandbox. You can sim
Downloads
10
Readme
NestJs Auth
cần cài package sau: @nestjs/config
-- Cần thêm vào .env các variables:
TOKEN_AUTH_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
MIIC
FhwIDAQAB
-----END PUBLIC KEY-----"
I24H_SRV_GUARD='{"userName":"123456"}'