StevonStevoff / ProjectParsnip

A IoT Project for Managing At-Home Smart Farming
3 stars 0 forks source link

Implement Device Authorization #88

Closed StevonStevoff closed 1 year ago

StevonStevoff commented 1 year ago

Added new routes to create and refresh device tokens. Modified device creation to create device token as well. Added routes for devices to query information about themselves using their token.

Updated plant_data routes to require device authentication tokens.