This commit is contained in:
Hong Ooi 2019-09-05 00:06:23 +10:00
Родитель db02dd2f27
Коммит a8273c303e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
Package: AzureAuth
Title: Authentication Services for Azure Active Directory
Version: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("httr development team", role="ctb", comment="Original OAuth listener code"),

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

@ -1,4 +1,4 @@
# AzureAuth 1.2.0.9000
# AzureAuth 1.2.1
* Pass the resource and scope as explicit parameters to the AAD endpoint when refreshing a token.