clojars / clojars-web

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

Allow self-service group verification #853

Closed tobias closed 1 year ago

tobias commented 1 year ago

We've been manually verifying groups for a little over a year and a half, and I think we have vetted the methods we use pretty well. We had a plan to move the manual verification from the REPL to an Admin UI, but based on discussions with @danielcompton, I think we should instead just make group verification self-service.

This would allow a user to verify:

We would still retain the REPL utilities in case we need to verify any edge cases.

TODO