mozfet:biocryptology

v0.0.1Published 7 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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.