Age | Commit message (Collapse) | Author |
|
|
|
|
|
There is a failure on CI/CD that is not obvious - the logs should help
with debugging the issue.
|
|
* Use the app's private key to sign the initial assertions used for
retrieving an authorisation token from the auth server.
* Use auth server's public key to validate the authorisation tokens
got from the auth server.
|
|
|
|
|
|
Importing "user_logged_in" in the checks module just to export adds a
layer of indirection and makes the code hard to read.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
|