Skip to content

ValkyriaTech/shield-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHIELD - Multiplatform Plugins

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.

About

For further information about SHIELD, it's functionality and help, access the site.

Plugins functionality

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