Package: auth0
Type: Package
Title: Secure Authentication in Shiny with Auth0
Version: 0.1.0
Authors@R: c(
    person("Julio", "Trecenti", email = "julio.trecenti@gmail.com", role = "cre"),
    person("Daniel", "Falbel", email = "dfalbel@gmail.com", role = "aut"),
    person("José", "Jesus", email = "jjesusfilho@gmail.com", role = "ctb"))
Description: Uses Auth0 API (see <https://auth0.com> for more 
    information) to use a simple and secure authentication system. It provides 
    tools to log in and out a shiny application using social networks or a list
    of e-mails.
BugReports: https://github.com/curso-r/auth0/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: httr, shiny, htmltools, yaml, utils
Suggests: shinyjs
NeedsCompilation: no
Packaged: 2018-10-28 18:08:18 UTC; jtrecenti
Author: Julio Trecenti [cre],
  Daniel Falbel [aut],
  José Jesus [ctb]
Maintainer: Julio Trecenti <julio.trecenti@gmail.com>
Repository: CRAN
Date/Publication: 2018-11-02 18:10:15 UTC
