Netlify Functions - Best Practice for handling refresh tokens?

Hey @ardiewen,
This post discusses a few options:

They boil down to:

  1. use a function hooked up to a Fauna DB database to persist the token
  2. see if a custom Build Plugin would work for this use case- this method hasn’t been tried/tested before

Let us know if that helps you get started or if we can answer any other questions!