jentz / vigilant-dollop

Command-line OIDC client, get a token without all the fuss
MIT License
1 stars 0 forks source link

Support pushed authorization requests (PAR) #27

Open jentz opened 3 months ago

jentz commented 3 months ago

Add support for PAR as per RFC9126.

PAR enables clients to make requests without exposing data in the request URL and avoids exposing sensitive information as well as problems with very long requests.