Package: auth0
Type: Package
Title: Secure Authentication in Shiny with Auth0
Version: 0.2.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"),
    person("Dean", "Attali", email = "daattali@gmail.com", role = "ctb"),
    person("C", "Lente", email = "c@lente.dev", 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.1.1
Imports: httr, shiny, shinyjs, htmltools, yaml, utils
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-09-20 15:18:45 UTC; jt
Author: Julio Trecenti [cre],
  Daniel Falbel [aut],
  José Jesus [ctb],
  Dean Attali [ctb],
  C Lente [ctb]
Maintainer: Julio Trecenti <julio.trecenti@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-20 16:40:09 UTC
