issues
search
AnsonDev42
/
balance-checker-bot
Check your balance in Monzo Bank before your direct debit day
GNU General Public License v3.0
2
stars
0
forks
source link
communication between bot and fastapi: with secure connection
#2
Closed
AnsonDev42
closed
10 months ago
AnsonDev42
commented
10 months ago
add a route in fastapi for bot to query whoami/balance etc
encrypt this route by adding a encrypted data (store in redis:
: randomly_generated key.)
AnsonDev42
commented
10 months ago
server == fast api
server support whoami / balance check (finally)
now server uses a SECRET_KEY for validate sensitive requests