Source: erlang-p1-oauth2 Maintainer: Ejabberd Packaging Team Uploaders: Philipp Huebner Section: libs Priority: optional Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-rebar, erlang-base (>= 1:19.2), erlang-crypto, erlang-eunit, erlang-proper-dev, erlang-meck (>= 0.8.7) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-oauth2 Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-oauth2.git Homepage: https://github.com/processone/p1_oauth2 Package: erlang-p1-oauth2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base (>= 1:19.2) | ${erlang-abi:Depends}, ${erlang:Depends} Multi-Arch: allowed Description: Erlang library for server side implementation of OAuth2 This library is designed to simplify the implementation of the server side of OAuth2 (http://tools.ietf.org/html/rfc6749). It provides no support for developing clients. See https://github.com/kivra/oauth2_client for support in accessing Oauth2 enabled services.