stormpath / stormpath-laravel

Build simple, secure web applications with Stormpath and Laravel
Other
29 stars 6 forks source link

Laravel Sample App #9

Open omgitstom opened 8 years ago

bretterer commented 8 years ago

Initial Sample Application is found at http://stormpath-laravel.herokuapp.com/login and http://github.com/stormpath/stormpath-laravel-example

bretterer commented 8 years ago

TODO

mdeggies commented 7 years ago

Woo! Also, just to throw in my 2c, it would be great if there was a 'logout' button for authenticated users. Currently, you have to use curl or postman to actually log a user out once they're authenticated. A lot of people navigate to '/logout' in the browser which throws an exception (of course, because /logout doesn't support GET requests, but not everyone realizes that).

Adding a navbar would be nice, too. It could have a link to the 'profile page' (/me route) for authenticated users, and you could have fields to show the example of adding custom data to an account, having it persist -- stuff like that.

msquee commented 7 years ago

Hi, working on this.