These might be good leads:
https://www.npmjs.com/package/passport
https://jwt.io/
Need authentication on:
- website, for editing device profiles, managing tester data, manual uploading
- (the yet-to-be) python script for uploading data right at the time of capture
Would be preferrable if authentication solution encompassed both of these cases, for example if site could authenticate with github credentials and then ssh key registered with github could be used to authenticate as the same user for uploading from python.
These might be good leads:
https://www.npmjs.com/package/passport
https://jwt.io/
Need authentication on:
Would be preferrable if authentication solution encompassed both of these cases, for example if site could authenticate with github credentials and then ssh key registered with github could be used to authenticate as the same user for uploading from python.