-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
29 lines (29 loc) · 1002 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: auth0
Type: Package
Title: Authentication in Shiny with Auth0
Version: 0.2.3
Authors@R: c(
person("Julio", "Trecenti", email = "[email protected]", role = "cre"),
person("Daniel", "Falbel", email = "[email protected]", role = "aut"),
person("José", "Jesus", email = "[email protected]", role = "ctb"),
person("Dean", "Attali", email = "[email protected]", role = "ctb"),
person("C", "Lente", email = "[email protected]", role = "ctb"))
Description: Uses Auth0 API (see <https://auth0.com> for more
information) to use a simple 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: httr,
shiny,
yaml,
utils,
shinyjs
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://curso-r.github.io/auth0/