RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
41 stars 17 forks source link

Web of Things: support additional security schemes #119

Open DylanVanAssche opened 3 years ago

DylanVanAssche commented 3 years ago

Issue type: :unicorn: Feature

Description

Web of Thing support is introduced with #118 with the following security schemes:

However, other security schemes are missing such as BearerSecurityScheme.

Why it is useful

Web APIs and streams may use different security schemes than we currently support.

Existing features it breaks

None