make created_at with time zone in db, mock in fake API with instant
switch to kebab-case everywhere, auto-convert out of hugsql
fix auth middleware ordering
generated using Luminus version "4.33"
FIXME
You will need Leiningen 2.0 or above installed.
To start a web server for the application, run:
lein run
This service is a database of users and apps, and it deals with authentication tokens. That's it. This API is mostly open, and unauthenticated itself, which means it should be a private backend service used by your application services, but not accessible from the internet. There are a few authenticated API endpoints for creating application objects and roles. These objects are a matter of your application design, and should only be manipulated by developer administrators setting up the grsroot-auth service with data about the services it provides authentication and authorization for.
This service is built around the Clojure library buddy and is mostly a formalization of the blog series Securing Cloure Microservices using buddy.
TODO
Copyright © 2022 FIXME