trailsjs / sails-auth

Passport-based User Authentication system for sails.js applications. Designed to work well with the sails-permissions module.
https://www.npmjs.org/package/sails-auth
MIT License
265 stars 141 forks source link

Partial solution to "sails.getBaseUrl()" deprecation warning #142

Closed tom-sherman closed 8 years ago

tom-sherman commented 8 years ago

Partial solution to #140.

I'm not smart enough to figure out an elegant solution to "guessing" a pre-defined baseUrl key, but that would improve this somewhat.

tom-sherman commented 8 years ago

Well I done goofed...

tom-sherman commented 8 years ago

Too used to using standard.js :laughing: (poor excuse)

tjwebb commented 8 years ago

I'm not smart enough to figure out an elegant solution to "guessing" a pre-defined baseUrl key

Me either, so thanks for trying :)