We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @ecc1
It would be great if your nightscout uploader also supports token based authentication.
See nightscout/cgm-remote-monitor#1868 and http://www.nightscout.info/wiki/welcome/website-features/0-9-features/authentication-roles
Easiest is to also a token, and supply that as a parameter at the end of the URL request (e.g. token=devicename-hash)
token=devicename-hash
I use AUTH_DEFAULT_ROLES=denied on my Nightscout instance.
AUTH_DEFAULT_ROLES=denied
The text was updated successfully, but these errors were encountered:
I'm planning to add this. How about if I add the token to the URL if there's a NIGHTSCOUT_AUTH_TOKEN environment variable set?
NIGHTSCOUT_AUTH_TOKEN
Sorry, something went wrong.
Closing. Will be implemented with #4
No branches or pull requests
Hi @ecc1
It would be great if your nightscout uploader also supports token based authentication.
See nightscout/cgm-remote-monitor#1868 and http://www.nightscout.info/wiki/welcome/website-features/0-9-features/authentication-roles
Easiest is to also a token, and supply that as a parameter at the end of the URL request (e.g.
token=devicename-hash
)I use
AUTH_DEFAULT_ROLES=denied
on my Nightscout instance.The text was updated successfully, but these errors were encountered: