2022-07-21 UTC
# callym[m] I'm working on a git-based wiki using indieauth to login - I'm currently storing a map of `email => url` for each user, as git stores the email for each commit, and then the url can be used to fetch the h-card data, but I'm not sure if this is the best/right approach? should I be storing the profile returned from the auth directly, or should I instead be storing a token and asking the endpoint for the profile when I need it?