DuoAuth license

This commit is contained in:
iranl
2025-02-16 23:28:56 +01:00
parent c132dd9f52
commit 1a31b80918
5 changed files with 22 additions and 4 deletions

View File

@@ -2,3 +2,4 @@
# List of Authors
Gary Oppel <gaoppel@cisco.com>
iranl <25727444+iranl@users.noreply.github.com>

View File

@@ -5,3 +5,8 @@ v1.0.0 (08/26/2020)
------
* Initial Library Release
v1.1.0 (01/20/2025)
------
* Enable using ESP32 CA Certificate bundle

View File

@@ -1,9 +1,9 @@
name=Duo Auth Library
version=1.0.0
author=Gary Oppel
maintainer=Gary Oppel
version=1.1.0
author=iranl
maintainer=iranl
sentence=Enables Duo Authentication within your ESP32 Wi-Fi Projects
paragraph=Extends Duo Authentication API's for Push, Passcode, and Asynchronous Push Authentication requests.
category=Other
url=https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
url=https://github.com/technyon/nuki_hub/lib/DuoAuthLibrary
architectures=esp32

View File

@@ -2,6 +2,7 @@
*@license
*
*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");
*you may not use this file except in compliance with the License.
@@ -24,6 +25,11 @@
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
* @version 1.0.0
* @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

View File

@@ -2,6 +2,7 @@
*@license
*
*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");
*you may not use this file except in compliance with the License.
@@ -24,6 +25,11 @@
* @url https://github.com/CiscoDevNet/Arduino-DuoAuthLibrary-ESP32
* @version 1.0.0
* @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