using base64 "to avoide ant shoulder surfers" example: password = your base64 password
example: email_reciever = person reseving and sending autentication
example: email_sender = bot's email
example: tb_email_login = your thingsboard email login
example: tb_email_login_password = your password to thingboard
when a device wante to connect you your profile they are to request a token by sending a get request to the endpoint "/deviceName/string:deviceName", this means they will ask have to submit a unique name to the device other wise the divice can not be created on thingsboard.
the user will then revieve an email with the device name and instructions on how to authorise the device or deny it access.