Add support for scaling dev team #16

Open
opened 2025-10-28 15:26:37 -05:00 by Ajdj100 · 2 comments
Member
  • create devcontainer with dependencies
  • create authentik bypass
  • explore database migration systems
- [x] create devcontainer with dependencies - [ ] create authentik bypass - [x] explore database migration systems
Ajdj100 self-assigned this 2025-10-28 15:26:50 -05:00
Ajdj100 added reference devcontainers 2025-10-28 15:26:58 -05:00
Ajdj100 changed reference from devcontainers to devcontainers 2025-10-30 05:03:37 -05:00
Author
Member

I have so far been unable to successfully sidestep authentik and force the user to sign in to a hard coded account. I keep getting lost on the passport-authentik link and converting it to passport-proprietary/dev/hardcoded login

I have so far been unable to successfully sidestep authentik and force the user to sign in to a hard coded account. I keep getting lost on the passport-authentik link and converting it to passport-proprietary/dev/hardcoded login
Owner

it seems the best way to bypass it for testing purposes is to create a mock stub when you are in development environment.

short example as to what i mean
https://stackoverflow.com/questions/52282823/bypass-passport-authentication-during-end-to-end-testing

working example and write up on how to actually do it properly
https://techbrij.com/nodejs-sinon-stub-passport-authenticate

it seems the best way to bypass it for testing purposes is to create a mock stub when you are in development environment. short example as to what i mean https://stackoverflow.com/questions/52282823/bypass-passport-authentication-during-end-to-end-testing working example and write up on how to actually do it properly https://techbrij.com/nodejs-sinon-stub-passport-authenticate
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 17th-Ranger-Battalion-ORG/milsim-site-v4#16