Source: node-pixl-server-user
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-bcryptjs <!nocheck>,
 node-pixl-class <!nocheck>,
 node-pixl-mail <!nocheck>,
 node-pixl-request <!nocheck>,
 node-pixl-server <!nocheck>,
 node-pixl-tools <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-server-user
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-server-user.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-server-user

Package: node-pixl-server-user
Architecture: all
Multi-Arch: foreign
Depends:
 node-bcryptjs,
 node-pixl-class,
 node-pixl-mail,
 node-pixl-request,
 node-pixl-server,
 node-pixl-tools,
 ${misc:Depends},
Description: login and session management system for the pixl-server framework
 This module is a component for use in pixl-server. It implements a
 server-side user login and management API, and is built atop the
 pixl-server-api and pixl-server-storage components. You still need to
 build a client-side UI to send requests to the API, but this is a great
 starting point for a webapp back-end.
 .
 Node.js is an event-based server-side JavaScript engine.
