All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change API to return
{:ok, Flame.IdToken.t() | Flame.SessionCookie.t()}
instead of{:ok, String.t(), String.t()}
- Remove Flame.Finch from supervisor, use built-in Finch from Goth for requests.
- Initial Release