This commit is contained in:
Hong Ooi 2021-09-12 08:52:26 +10:00
Родитель 7831a05b1b
Коммит 923f6f3c55
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureAuth
Title: Authentication Services for Azure Active Directory
Version: 1.3.2.9000
Version: 1.3.3
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Tyler", "Littlefield", role="ctb"),

Просмотреть файл

@ -1,9 +1,9 @@
# AzureAuth 1.3.2.9000
# AzureAuth 1.3.3
- Documentation update only:
- Clarify that you can use `get_managed_token` to obtain tokens with a user-defined identity, not just a system identity
- Clarify the distinction between authentication and authorization in the `get_azure_token` help, and also in the Shiny vignette
- Add a webapp (Shiny) scenario to the "Common authentication scenarios" vignette
- Clarify that you can use `get_managed_token` to obtain tokens with a user-defined identity, not just a system identity.
- Clarify the distinction between authentication and authorization in the `get_azure_token` help, and also in the Shiny vignette.
- Add a webapp (Shiny) scenario to the "Common authentication scenarios" vignette.
# AzureAuth 1.3.2