Skip to content

brycefernandes/nats-js-authcall-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nats-js-authcallout-demo

Demo project showcasing the authcallout features of nats js The frontend is pretty much the exact same as the original demo with the exception of SSO login. Original demo with with GO on github
In this demo we are generating random users using an api and authenticating that. No google client ID required either. Just install and run. You can extend this for your custom workflow.

Install

This is your typical install
npm install in both the folders where package.json is there
npm install
pnpm install
yarn install

Server Configuration

The server configuration is in the nats.conf file. You can start a server using that. Use debug and trace for detailed tracking.
nats-server -c nats.conf --debug --trace
For docker see this https://docs.nats.io/running-a-nats-service/nats_docker
This project is based off of this video https://www.youtube.com/watch?v=VvGxrT-jv64

About

Demo project showcasing the authcall features of nats js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published