[WOC] Implement Custom Authentication template #117
[WOC] Implement Custom Authentication template #117priyansh-narang2308 wants to merge 3 commits intoCSE-25:mainfrom
Conversation
|
Hey @priyansh-narang2308! Thank you for opening a pull request. Make sure to tag the maintainers and link the issue you are solving in your pull-request description if you have not already and they'll review as soon as possible. |
|
@priyansh-narang2308 CI tests are failing - PTAL |
|
Hey @Ashrockzzz2003 Fixed it |
There was a problem hiding this comment.
LGTM
Can you test it with the docker flag if it works?
Refer to https://github.com/CSE-25/quick_start_express#initialize-with-a-docker-compose-file-and-dockerfile @priyansh-narang2308
|
/bounty 100 @priyansh-narang2308 |
|
Another day, another coin. Way to get that bounty @priyansh-narang2308 you glorious keyboard-tapping, coffee-sipping, vibe-coding witcher! |
|
/impact @priyansh-narang2308 |
|
What an IMPACT! Consider my tiny, shriveled heart officially impressed. Now, go and grab yourself a latte @priyansh-narang2308. You have earned it! |
initialzied propoerly
See for docker its working well
|
|
Can you run that docker compose? |


description
This PR resolves issue #109 by introducing a new
express_authtemplate in the CLI. It’s meant to act as a clean, production-ready base for projects that need authentication without extra setup.what’s there
protectmiddleware/profile) to show token verification in actiontow to test
node bin/index.js initexpress_authtemplateRegister Flow (already exisiting()
Login with that token and the /profile to view success
Closes: #109
CC: @Ashrockzzz2003