namsral / multipass

Better authentication for HTTP
BSD 3-Clause "New" or "Revised" License
73 stars 4 forks source link

Forward a JWT as a header #21

Open skorokithakis opened 7 years ago

skorokithakis commented 7 years ago

Would it be possible to forward a JWT of the user's authenticated identity to the proxied service (if proxying)? This way, the user would only have to authenticate once (with multipass), and my service could just read the JWT in the multipass header and trust that that user had already authenticated.