Tokenizer is a library for generating, storing and checking OAuth tokens.
- Increasing code coverage
- Working on eliminating duplicate cache entries
-
Add tokenizer to your list of dependencies in mix.exs:
def deps do [{:tokenizer, "https://github.com/RMcBrideTaylor/Tokenizer.git", "branch_name"}] end
-
Ensure tokenizer is started before your application:
def application do [applications: [:tokenizer]] end