Ghost/ghost/members-api/lib
Fabien 'egg' O'Carroll 528fd23874 Added ability to fetch member by identity token (#329)
refs https://github.com/TryGhost/Team/issues/1057

This method will validate a token, and then return the member associated
with it. Rather than exposing token validation and coupling consumers to
the structure of the token response data.
2021-09-17 11:25:57 +02:00
..
controllers Used @tryghost/stripe-service in @tryghost/members-api 2021-09-13 14:38:40 +02:00
repositories Added ability to fetch member by identity token (#329) 2021-09-17 11:25:57 +02:00
services Added ability to fetch member by identity token (#329) 2021-09-17 11:25:57 +02:00
common.js
MembersAPI.js Added ability to fetch member by identity token (#329) 2021-09-17 11:25:57 +02:00
migrations.js