paulvanbladel / aurelia-auth

:key: Authentication plugin for aurelia
200 stars 74 forks source link

Add custom headers in http request in login method #188

Open krishan-kataria opened 6 years ago

krishan-kataria commented 6 years ago

An enhancement, I need to add custom headers to the http call while login (in auth-service.js) like login(email: any, password?: any, headers?: any): any; For this I have created a pull request, please have a look https://github.com/paulvanbladel/aurelia-auth/pull/187