Magic Poi Lite 0.1
IOT LED Poi
|
Implementation of the Authentication class. More...
#include "Authentication.h"
#include <Arduino.h>
#include <LittleFS.h>
#include <secrets.h>
#include <WiFiClient.h>
#include <ESP8266HTTPClient.h>
#include <ArduinoJson.h>
Implementation of the Authentication class.
This class includes methods for authentication using JWT to the Magic Poi Lite server api. It also has methods to save and load the JWT token from LittleFS.