Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Stormpath makes it more complicated #14

Open
zak905 opened this issue Jul 18, 2017 · 4 comments
Open

Using Stormpath makes it more complicated #14

zak905 opened this issue Jul 18, 2017 · 4 comments

Comments

@zak905
Copy link

zak905 commented Jul 18, 2017

Why using Stormpath while these simple lines in shiro.ini are enough to have a static user set up:

#username admin, password: secret
[users]
admin = secret
@bdemers
Copy link
Collaborator

bdemers commented Jul 18, 2017

Static username/passwords are great for quick examples, but it isn't a real world use-case (or at least it shouldn't be). That said, we do need to update this example.

@aadrian
Copy link

aadrian commented Jul 19, 2017

Static username/passwords are great for quick examples, but it isn't a real world use-case

Indeed.
Even if it's very convenient and easy to use, unfortunately Stormpath isn't either an example for most users to simply just use it as a starting point :( .

Maybe a simple JDBC example with e.g. a H2 Database would be more helpful to get everybody on board ?

Thank you.

@zak905
Copy link
Author

zak905 commented Jul 20, 2017

A Jdbc example would be great.

@chrisloughnane
Copy link

JDBC example? Yes please. Coming from PHP frameworks such as zend and laravel I am finding it difficult to get this up and running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants