-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.04 KB
/
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
30
31
32
33
34
35
36
37
Package: tapLock
Title: Seamless Single Sign-on for 'shiny'
Version: 0.2.0
Authors@R: c(
person("ixpantia, SRL", , , "[email protected]", role = "cph"),
person("Andres", "Quintero", , "[email protected]", role = c("aut", "cre"))
)
Description: Swift and seamless Single Sign-On (SSO) integration. Designed
for effortless compatibility with popular Single Sign-On providers
like Google and Microsoft, it streamlines authentication, enhancing
both user experience and application security. Elevate your 'shiny'
applications for a simplified, unified, and secure authentication process.
License: MIT + file LICENSE
URL: https://github.com/ixpantia/tapLock
BugReports: https://github.com/ixpantia/tapLock/issues
Imports:
curl,
glue,
httr2,
jose,
lubridate,
promises,
purrr,
stats,
stringr,
shiny,
tower (>= 0.2.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2