vulcainjs / vulcain-corejs

Microservice framework for nodejs
https://vulcainjs.github.io
Apache License 2.0
11 stars 3 forks source link

Export TokenService & ApiKeyService #18

Closed workfel closed 7 years ago

workfel commented 7 years ago

Add missing export class on index.ts

malain commented 7 years ago

Why do you want publish this services ? They are standard services. If you want to write your own implentations, you can override them by injecting your custom services in the default container in the startup class.

workfel commented 7 years ago

I'm sorry, that wright. I thought we can pass a custom data on createTokenAsync. I just see it was UserContext class.