Skip to content

Commit

Permalink
Update SSL Client.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 12, 2023
1 parent 4abc180 commit 794df9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ESP_Signer.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Google's OAuth2.0 Access token Generation class, Signer.cpp version 1.4.0
* Google's OAuth2.0 Access token Generation class, Signer.cpp version 1.4.1
*
* This library used RS256 for signing algorithm.
*
* The signed JWT token will be generated and exchanged with the access token in the final generating process.
*
* This library supports ESP8266, ESP32 and Raspberry Pi Pico.
*
* Created August 12, 2023
* Created August 13, 2023
*
* The MIT License (MIT)
* Copyright (c) 2023 K. Suwatchai (Mobizt)
Expand Down
4 changes: 2 additions & 2 deletions src/ESP_Signer.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Google's OAuth2.0 Access token Generation class, Signer.h version 1.3.1
* Google's OAuth2.0 Access token Generation class, Signer.h version 1.4.1
*
* This library used RS256 for signing algorithm.
*
* The signed JWT token will be generated and exchanged with the access token in the final generating process.
*
* This library supports ESP8266, ESP32 and Raspberry Pi Pico.
*
* Created March 5, 2023
* Created August 13, 2023
*
* The MIT License (MIT)
* Copyright (c) 2023 K. Suwatchai (Mobizt)
Expand Down

0 comments on commit 794df9a

Please sign in to comment.