italia/spid-express

Make clear in the logs when the example app is ready

Open

#17 opened on Dec 30, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (16 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (46 stars)
PR merge metrics
 (PR metrics pending)

Description

The example app is ready after the message

[spid-express] info: samlCert expire in 12 months

and that's documented in the README.

We shouldn't need to document that with better logging, something along the lines of

[spid-express] Getting all metadata... (this can take a while) and [spid-express] Getting all metadata... done. App is ready at http://foobar

Contributor guide