The purpose of these plugins is to use SHIELD's API and control all application access in just one place. As a software engineer, if you need to quickly block the access for some project, SHIELD is for you.
For further information about SHIELD, it's functionality and help, access the site.
All plugins do the same thing: a GET
request to the API. If there's no plugin in the technology you're using, create your own solution:
Endpoint: https://shield.valkyriatech.com.br/
Body parameters:
Name | Type | Value |
---|---|---|
action | STRING | verifyStatus |
app_identifier | STRING | YOUR_APP_ID |
It will return a JSON
response, like:
{
"status": 1,
"content": {
"redirect_page": ""
},
"message": null
}
OBS: redirect_page
is a configurable attribute in SHIELD's Dashboard