This commit is contained in:
Hong Ooi 2019-03-24 18:42:19 +11:00
Родитель 047737234b
Коммит 06da21642a
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
Package: AzureAuth
Title: Authentication Services for Azure Active Directory
Version: 1.0.1
Version: 1.0.1.9000
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,3 +1,7 @@
# AzureAuth 1.0.1.9000
* Corrections to vignette and readme.
# AzureAuth 1.0.1
* Export `decode_jwt`, a utility function to view the token data.