{<<"links">>,
 [{<<"github">>,<<"https://github.com/danschultzer/ex_oauth2_provider">>}]}.
{<<"name">>,<<"ex_oauth2_provider">>}.
{<<"version">>,<<"0.5.7">>}.
{<<"description">>,<<"No brainer OAuth 2.0 provider">>}.
{<<"elixir">>,<<"~> 1.12">>}.
{<<"app">>,<<"ex_oauth2_provider">>}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"files">>,
 [<<"lib">>,<<"lib/ex_oauth2_provider">>,
  <<"lib/ex_oauth2_provider/applications">>,
  <<"lib/ex_oauth2_provider/applications/applications.ex">>,
  <<"lib/ex_oauth2_provider/applications/application.ex">>,
  <<"lib/ex_oauth2_provider/oauth2">>,
  <<"lib/ex_oauth2_provider/oauth2/token">>,
  <<"lib/ex_oauth2_provider/oauth2/token/utils">>,
  <<"lib/ex_oauth2_provider/oauth2/token/utils/response.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy/refresh_token.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy/authorization_code.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy/client_credentials.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy/password.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/strategy/revoke.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token/utils.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/token.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization/utils">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization/utils/response.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization/strategy">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization/strategy/code.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization/utils.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/utils">>,
  <<"lib/ex_oauth2_provider/oauth2/utils/error.ex">>,
  <<"lib/ex_oauth2_provider/oauth2/authorization.ex">>,
  <<"lib/ex_oauth2_provider/access_grants">>,
  <<"lib/ex_oauth2_provider/access_grants/access_grants.ex">>,
  <<"lib/ex_oauth2_provider/access_grants/access_grant.ex">>,
  <<"lib/ex_oauth2_provider/redirect_uri.ex">>,
  <<"lib/ex_oauth2_provider/config.ex">>,
  <<"lib/ex_oauth2_provider/access_tokens">>,
  <<"lib/ex_oauth2_provider/access_tokens/access_tokens.ex">>,
  <<"lib/ex_oauth2_provider/access_tokens/access_token.ex">>,
  <<"lib/ex_oauth2_provider/schema.ex">>,<<"lib/ex_oauth2_provider/plug">>,
  <<"lib/ex_oauth2_provider/plug/ensure_scopes.ex">>,
  <<"lib/ex_oauth2_provider/plug/verify_header.ex">>,
  <<"lib/ex_oauth2_provider/plug/ensure_authenticated.ex">>,
  <<"lib/ex_oauth2_provider/plug/error_handler.ex">>,
  <<"lib/ex_oauth2_provider/keys.ex">>,<<"lib/ex_oauth2_provider/utils.ex">>,
  <<"lib/ex_oauth2_provider/plug.ex">>,<<"lib/ex_oauth2_provider/mixin">>,
  <<"lib/ex_oauth2_provider/mixin/revocable.ex">>,
  <<"lib/ex_oauth2_provider/mixin/expirable.ex">>,
  <<"lib/ex_oauth2_provider/mixin/scopes.ex">>,
  <<"lib/ex_oauth2_provider/scopes.ex">>,<<"lib/ex_oauth2_provider.ex">>,
  <<"lib/mix">>,<<"lib/mix/ex_oauth2_provider">>,
  <<"lib/mix/ex_oauth2_provider/config.ex">>,
  <<"lib/mix/ex_oauth2_provider/schema.ex">>,
  <<"lib/mix/ex_oauth2_provider/migration.ex">>,
  <<"lib/mix/ex_oauth2_provider.ex">>,<<"lib/mix/tasks">>,
  <<"lib/mix/tasks/ex_oauth2_provider.install.ex">>,
  <<"lib/mix/tasks/ex_oauth2_provider.gen.schemas.ex">>,
  <<"lib/mix/tasks/ex_oauth2_provider.ex">>,
  <<"lib/mix/tasks/ex_oauth2_provider.gen.migration.ex">>,<<"LICENSE">>,
  <<"mix.exs">>,<<"README.md">>]}.
{<<"requirements">>,
 [[{<<"name">>,<<"ecto">>},
   {<<"app">>,<<"ecto">>},
   {<<"optional">>,false},
   {<<"requirement">>,<<"~> 3.10">>},
   {<<"repository">>,<<"hexpm">>}],
  [{<<"name">>,<<"plug">>},
   {<<"app">>,<<"plug">>},
   {<<"optional">>,false},
   {<<"requirement">>,<<">= 1.5.0 and < 2.0.0">>},
   {<<"repository">>,<<"hexpm">>}],
  [{<<"name">>,<<"jason">>},
   {<<"app">>,<<"jason">>},
   {<<"optional">>,false},
   {<<"requirement">>,<<"~> 1.2">>},
   {<<"repository">>,<<"hexpm">>}]]}.
{<<"build_tools">>,[<<"mix">>]}.
