Ghost/ghost/members-api/lib/controllers
Fabien O'Carroll caf059cd7e Added WellKnownController and exposed jwks.json
refs https://github.com/TryGhost/Team/issues/664

The well known controller is designed to handle any requests to the
/.well-known endpoint where the members app is mounted. The first and
only requirement so far is that we expose a JSON Web Key Set so that
external services are able to validate Members JWT's
2021-07-19 13:51:58 +01:00
..
member.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
router.js Fixed incorrect import path 2021-07-14 20:01:29 +05:30
well-known.js Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00