Log message #3882803

# At Username Text
# May 30th 2016, 08:15 alanderouen tried Console/cake bake Fixture ModelName --plugin PluginName but i get an error
# May 30th 2016, 08:14 alanderouen mohand : and i'm a noob in unit testing, so please correct me if i'm saying something that doesn't make sense :)
# May 30th 2016, 08:14 alanderouen mohand : it's cake 2
# May 30th 2016, 08:13 alanderouen mohand : fixtures. I'm creating tests.
# May 30th 2016, 08:11 mohand fixtures or seeds? is it for tests or to have datas in your database
# May 30th 2016, 08:10 alanderouen hey all, does anyone know how to bake fixture for a plugin ? I don't find it in documentation. :/
# May 30th 2016, 08:10 mohand echo â??Hello world!â??;
# May 30th 2016, 08:10 mohand echo â??sorryâ??;
# May 30th 2016, 08:06 JohnWayne echo "Hello world!";
# May 30th 2016, 08:05 unorthodox Hello friend.
# May 30th 2016, 08:04 mohand Hi everyone. It is my first message on this channel
# May 30th 2016, 07:36 phpcoder hello bakers
# May 30th 2016, 07:34 alanderouen morning all
# May 30th 2016, 07:32 unorthodox anti-NIH detected
# May 30th 2016, 07:31 voycey no probs man - much appreciated - just wanted to make sure i wasnt re-inventing the wheel
# May 30th 2016, 07:31 bravo-kernel ;)
# May 30th 2016, 07:31 bravo-kernel maybe someone else has a brilliant idea
# May 30th 2016, 07:31 voycey I can handle it with multiple tokens
# May 30th 2016, 07:31 bravo-kernel and gotta run
# May 30th 2016, 07:30 bravo-kernel well, I don't know about that
# May 30th 2016, 07:30 voycey one SDK might handle multiple apps above it
# May 30th 2016, 07:30 voycey not possible really - the logins are handled through an SDK
# May 30th 2016, 07:30 bravo-kernel banking apps do exactly the same
# May 30th 2016, 07:30 bravo-kernel just ask for password again?
# May 30th 2016, 07:29 voycey yeah me too - so I guess id have to store some other kind of token to handle the re-request
# May 30th 2016, 07:29 bravo-kernel but that's personal
# May 30th 2016, 07:29 bravo-kernel and auto-refreshing would mean storing username/password locally which is horrid if you ask me
# May 30th 2016, 07:29 bravo-kernel not authenticated anymore means re-authenticating to me
# May 30th 2016, 07:28 bravo-kernel nope
# May 30th 2016, 07:28 voycey or is there some other mechanism thats recommended to do it?
# May 30th 2016, 07:28 voycey yeah so can that expired token be used to request a new one?
# May 30th 2016, 07:27 bravo-kernel that's the whole point
# May 30th 2016, 07:27 bravo-kernel the app should only store the (user-specific) token, not the password
# May 30th 2016, 07:27 voycey logging in again isnt really an option so just wondering how other people build this
# May 30th 2016, 07:26 bravo-kernel s/one/a girl/
# May 30th 2016, 07:26 voycey say if it was an app that was issued with a token - would the app have to store the username and password in that case?
# May 30th 2016, 07:26 bravo-kernel one may request as often as one likes
# May 30th 2016, 07:26 bravo-kernel just request a new token
# May 30th 2016, 07:25 voycey Refreshing *with a new token
# May 30th 2016, 07:25 voycey not revocation really but more like refreshing a new token
# May 30th 2016, 07:25 bravo-kernel replacements sounds like revocation and jwt was/is not meant for that