netlify / git-gateway

A Gateway to Git APIs
MIT License
404 stars 89 forks source link

Allow for RS256 Token Signing #32

Open andrew-womeldorf opened 5 years ago

andrew-womeldorf commented 5 years ago

- Do you want to request a feature or report a bug? Feature.

- What is the current behavior? HS256 is the only supported signing method.

- If the current behavior is a bug, please provide the steps to reproduce.

- What is the expected behavior? Allow for specifying other signing methods, including RS256.

- Please mention your Go version, and operating system version. go version go1.11.4 linux/amd64