Socket
Socket
Sign inDemoInstall

sane-auth

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sane-auth - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

CHANGELOG.md
### master
### v0.3.2
* [ENHANCEMENT] Generate model and template separate so ember doesn't even ask to override the route.
### v0.3.1
* [BUGFIX] Sails Server does not crash anymore when logging in with credentials that do not exists
* [BUGFIX] Sails Server does not crash anymore when logging in with credentials that do not exists

6

generate/client.js

@@ -68,5 +68,9 @@ module.exports = {

generates: [{
type: 'resource',
type: 'model',
name: 'user',
parameters: 'username:string'
},
{
type: 'template',
name: 'user'
}]

@@ -73,0 +77,0 @@ });

{
"name": "sane-auth",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack",

@@ -5,0 +5,0 @@ "scripts": {

@@ -15,3 +15,3 @@ <h1>

```sh
npm install -g sane@alpha
npm install -g sane-cli@alpha
```

@@ -18,0 +18,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc