Skip to content

vulcainjs/vulcain-ext-apikeyauthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension to provide apikey authentication for vulcainjs

Install package with

npm install vulcain-ext-apikeyauthentication --save

And import it in your index.js vulcain project file.

import { StsAuthentication } from 'vulcain-ext-apikeyauthentication';

Declare environment variables

You must declare a vulcain service providing apikey

apiKeyServiceName="http://...:8080"
apiKeyServiceVersion="1.0"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published