Simon Rosengren

Results 3 issues of Simon Rosengren

To solve this issue https://github.com/oauthjs/node-oauth2-server/pull/430

I've noticed that there is a check for any model existing as part of the autoDownload. However, it only checks if there are ``` > 0``` models rather than checking...

Instead of checking if any model already exist when being given a autoDownloadModelName, perhaps it would be better to check if the one provided already exists. This would allow for...