DuoAuth license
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
# List of Authors
|
# List of Authors
|
||||||
|
|
||||||
Gary Oppel <gaoppel@cisco.com>
|
Gary Oppel <gaoppel@cisco.com>
|
||||||
|
iranl <25727444+iranl@users.noreply.github.com>
|
||||||
@@ -5,3 +5,8 @@ v1.0.0 (08/26/2020)
|
|||||||
------
|
------
|
||||||
|
|
||||||
* Initial Library Release
|
* Initial Library Release
|
||||||
|
|
||||||
|
v1.1.0 (01/20/2025)
|
||||||
|
------
|
||||||
|
|
||||||
|
* Enable using ESP32 CA Certificate bundle
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
name=Duo Auth Library
|
name=Duo Auth Library
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
author=Gary Oppel
|
author=iranl
|
||||||
maintainer=Gary Oppel
|
maintainer=iranl
|
||||||
sentence=Enables Duo Authentication within your ESP32 Wi-Fi Projects
|
sentence=Enables Duo Authentication within your ESP32 Wi-Fi Projects
|
||||||
paragraph=Extends Duo Authentication API's for Push, Passcode, and Asynchronous Push Authentication requests.
|
paragraph=Extends Duo Authentication API's for Push, Passcode, and Asynchronous Push Authentication requests.
|
||||||
category=Other
|
category=Other
|
||||||
url=https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
|
url=https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary
|
||||||
architectures=esp32
|
architectures=esp32
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
*@license
|
*@license
|
||||||
*
|
*
|
||||||
*Copyright 2020 Cisco Systems, Inc. or its affiliates
|
*Copyright 2020 Cisco Systems, Inc. or its affiliates
|
||||||
|
*Modifications copyright (C) 2025 iranl / Nuki Hub
|
||||||
*
|
*
|
||||||
*Licensed under the Apache License, Version 2.0 (the "License");
|
*Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*you may not use this file except in compliance with the License.
|
*you may not use this file except in compliance with the License.
|
||||||
@@ -24,6 +25,11 @@
|
|||||||
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
|
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @author Gary Oppel <gaoppel@cisco.com>
|
* @author Gary Oppel <gaoppel@cisco.com>
|
||||||
|
|
||||||
|
* @url https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary
|
||||||
|
* @version 1.1.0
|
||||||
|
* @author iranl <25727444+iranl@users.noreply.github.com>
|
||||||
|
* Modified to enable using ESP32 CA Certificate bundle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//Include DuoAuthLib Library Header
|
//Include DuoAuthLib Library Header
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
*@license
|
*@license
|
||||||
*
|
*
|
||||||
*Copyright 2020 Cisco Systems, Inc. or its affiliates
|
*Copyright 2020 Cisco Systems, Inc. or its affiliates
|
||||||
|
*Modifications copyright (C) 2025 iranl / Nuki Hub
|
||||||
*
|
*
|
||||||
*Licensed under the Apache License, Version 2.0 (the "License");
|
*Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*you may not use this file except in compliance with the License.
|
*you may not use this file except in compliance with the License.
|
||||||
@@ -24,6 +25,11 @@
|
|||||||
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
|
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @author Gary Oppel <gaoppel@cisco.com>
|
* @author Gary Oppel <gaoppel@cisco.com>
|
||||||
|
|
||||||
|
* @url https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary
|
||||||
|
* @version 1.1.0
|
||||||
|
* @author iranl <25727444+iranl@users.noreply.github.com>
|
||||||
|
* Modified to enable using ESP32 CA Certificate bundle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//Verify that the Duo Auth Library descriptor is only included once
|
//Verify that the Duo Auth Library descriptor is only included once
|
||||||
|
|||||||
Reference in New Issue
Block a user