clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
469 stars 114 forks source link

Verify github groups on login #795

Closed tobias closed 3 years ago

tobias commented 3 years ago

This will create and verify com/io.github. groups when a user logs in via GitHub. It will only do so if the group isn't verified, and will only create if the group doesn't exist.

If the group exists but the logging in user doesn't have access to it, we just log and do nothing.

Fixes #784