I’m planning to write my little project in Elixir with Phoenix framework.
The Project is building on already existing auth component written in a different language.
Is there a way to authenticate Phoenix requests with a token (JWT) that was not generated by phoenix?