meteor-biocryptology
An OpenID Connect implementation for account login using Biocryptology.com on Meteor.
Configuration
The following configuration items are available:
- loginStyle: optional - 'popup' (default) or 'redirect'
- clientId: OIDC client identifier
- secret: OIDC client shared secret
- userFields: A optional list of fields to be added to Meteor.user().services.biocryptology. Defaults to 'email_verified'.
In Meteor settings.json add server side only key:
"biocryptology": { "loginStyle": "popup", "clientId": "my-client-id", "secret": "my-client-secret", "userFields": ["name", "surname"] }
Test
Using command line terminal in this directory.
$ meteor npm run test
Open browser and navigate to localhost:3000
Publish
Using command line terminal in this directory.
$ meteor npm run test
Licence
MIT - See file in this directory.