borisirota

Results 5 issues of borisirota

https://webpack.js.org/api/plugins/ https://webpack.js.org/development/how-to-write-a-plugin/ https://webpack.js.org/development/plugin-patterns/ https://github.com/webpack/docs/wiki/how-to-write-a-plugin https://webpack.js.org/api/plugins/compiler/ https://webpack.js.org/api/plugins/compilation/ https://webpack.js.org/api/parser/ https://github.com/webpack-contrib/worker-loader https://github.com/webpack/webpack/tree/master/lib/webworker https://www.youtube.com/watch?v=NHI_PhoykVU https://github.com/TheLarkInn/everything-is-a-plugin https://github.com/TheLarkInn/artsy-webpack-tour https://medium.com/webpack/contributors-guide/home extract-text-webpack-plugin: https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/src/index.js https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/src/loader.js Preact async loader: 1. https://github.com/developit/preact-cli/blob/master/src/lib/webpack/async-component-loader.js 2. https://github.com/developit/preact-cli/blob/master/src/components/async.js it isn't possible to create new files...

Hi, Add user defined function to the token verification flow that receives [the verification result](https://github.com/apigee-127/volos/blob/master/oauth/common/lib/oauth.js#L472) and the callback. This function will be able to return customized data that will be...

enhancement

Hi, In order to implement an oauth2 server only (it's only purpose is to generate and verify tokens) based on volos-ouath the missing part is to expose the verifyToken operation...

enhancement

In order to make it useful I'll suggest: 1. remove `src` from `.npmignore` (or leave it as is - see 2) 2. babel `src` to `es` dir without the `transform-es2015-modules-commonjs`...