Closed Robert-H-Leonard closed 2 years ago
https://user-images.githubusercontent.com/40375385/194859638-b3b9c195-c5c7-4a81-b826-4f0d7da6f496.mov
Verified python bot is able to fetch a JWT. Here is the bot code used:
def handle_block(block_event): decoded = fetch_Jwt({}) print('Decoded jwt is {decoded}'.format(decoded=decoded)) # logging.debug('Is valid Jwt? {isValid}'.format(verify_Jwt(token))) return []
https://user-images.githubusercontent.com/40375385/194859638-b3b9c195-c5c7-4a81-b826-4f0d7da6f496.mov
Verified python bot is able to fetch a JWT. Here is the bot code used: