superlogin-demo icon indicating copy to clipboard operation
superlogin-demo copied to clipboard

A sample single page app using SuperLogin, AngularJS, and PouchDB

Results 9 superlogin-demo issues
Sort by recently updated
recently updated
newest added

How can I implement this in Ionic 3? Any help please on how I can be able to use superlogin and edit user profile in ionic v3

Hi, First congrats on this very nice **superlogin-demo**, I thought my couchdb was OK as I saw ![image](https://cloud.githubusercontent.com/assets/20913115/25302718/c8750fd6-2744-11e7-91c4-15f16659eec1.png) sldemo-users is there so .... but I get this `GET /auth/google/callback?code=4/mUKwuZytj4U8Ymnk0LIHAF4T5248HtWFpRXsPOZMkGI 400...

How did you deploy this demo? It's hosted on Heroku, where Redis is a basic addon, but Heroku doesn't seem to support CouchDB or Cloudant anymore. Did you setup a...

On April 20th Google officially deprecated OAuth 1.0 ... ``` $ npm uninstall passport-google-oauth --save $ npm install passport-google-oauth20 --save var GoogleStrategy = require('passport-google-oauth20').Strategy; ```

Hello, I am finding that the authorization header in the requests are not being sent to the server. I have traced it through and they get set in ng-superlogin, but...

I've been trying to run this demo locally. Install went fine except that the readme said to run `bower install` which failed but on investigation it would appear that this...

I've just run some very basic testing of your demo app with the following: - Win7 Latest Chrome 46.0.2490.80 m - Works well. - Android 4.4 - Works very well...