Dynamic Basicauth?

So i am running GitHub - coder/code-server: VS Code in the browser behind a reverse proxy as a user with sudo access, with basicauth protecting it (user:bob pass:bobby for the example)

I was wondering if it was possible to serve a different url depending on what login credentials are given, like for example, if someone gives user:jan pass:janet, i want it to go to example.com/jan

same for john/johndoe, i want it to go to /john, is this possible?

Yes, using the {user} placeholder you can do a rewrite or redirect.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.