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 (>= 0.0.6~), erlang-base, erlang-crypto, erlang-eunit, erlang-proper-dev, erlang-meck Standards-Version: 4.6.2 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, ${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.