|
4ad5ac2d4a
|
feat: Rbac more coderd endpoints, unit test to confirm (#1437)
* feat: Enforce authorize call on all endpoints
- Make 'request()' exported for running custom requests
* Rbac users endpoints
* 401 -> 403
|
2022-05-17 13:43:19 -05:00 |
|
|
97a95f1377
|
chore: upgrade golangci-lint to v1.46.0 (#1373)
|
2022-05-10 16:04:23 -05:00 |
|
|
759fa5f626
|
fix: Use Lax mode for OAuth redirect cookies (#1162)
OAuthing was resulting in an error, because Strict
cookies are not sent on redirects.
|
2022-04-25 20:42:18 +00:00 |
|
|
7496c3da81
|
feat: Add GitHub OAuth (#1050)
* Initial oauth
* Add Github authentication
* Add AuthMethods endpoint
* Add frontend
* Rename basic authentication to password
* Add flags for configuring GitHub auth
* Remove name from API keys
* Fix authmethods in test
* Add stories and display auth methods error
|
2022-04-23 22:58:57 +00:00 |
|