plug_indie/lib/test_token.ex
Inhji c257845f06 first version of PlugIndie
- add attribute parsing
- add tests
- add token verification
2024-11-29 10:39:35 +01:00

5 lines
75 B
Elixir

defmodule TestToken do
def verify(_, _, _, _, _, _) do
:ok
end
end