Closed pgdr closed 6 years ago
An authentication secret/token should be required when accessing either the rest api or the web visualization page. If authentication fails, the server should respond with 403.
example: https://bettertogether.com/all_users?token=super-secret-token
https://bettertogether.com/all_users?token=super-secret-token
Client auth = token (saved as environment variable)
An authentication secret/token should be required when accessing either the rest api or the web visualization page. If authentication fails, the server should respond with 403.
example:
https://bettertogether.com/all_users?token=super-secret-token