mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-27 13:48:49 +08:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
![]() |
# Copyright (c) Mainflux
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if ($ssl_client_verify != SUCCESS) {
|
||
|
return 403;
|
||
|
}
|
||
|
if ($auth_key = '') {
|
||
|
return 403;
|
||
|
}
|