Skip to content

relu91/wot-security-testing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node-wot security testing

this repository can be used as a test bed for node-wot security. Node-wot can be used in two modes: embedded or runtime. For each mode you can find the corresponding project folder.

Credentials

node-wot accept a credential object as a configuration. This object has for keys the ID of the target Web Thing and as value the credential parameters. For example:

{   
    // Other parameters
    "urn:dev:thing:123":{
        name: "test",
        password: "test"
    }
}

Note: in the latest release node-wotalso accepts an array of credentials, but it is not well tested yet.

Examples of credentials

basic

{
    name: "test",
    password: "test"
}

bearer

{
    token:"test"
}

API key

{
    apiKey: "test"
}   

OAuth

{
    clientId: "test",
    clientSecrete: "test"
}   

Other resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published