Log message #4053450

# At Username Text
# Jul 18th 2017, 14:00 sathomsen i agreee with you but ADmad plugin also required same Firebase
# Jul 18th 2017, 14:00 sathomsen I’ve also build a plugin for Facebook authentication that can be used with that plugin for pure API auth :slightly_smiling_face:
# Jul 18th 2017, 14:00 dereuromark why is perrformance relevant?
# Jul 18th 2017, 14:00 neon1024 cake-novice, I haven’t compared them all.
# Jul 18th 2017, 14:00 cake-novice @neon1024 what about its performance issue ? it little bit slow than other solution ?
# Jul 18th 2017, 13:59 sathomsen @cake_novice I’ve worked a great deal with ADmad plugin works great:)
# Jul 18th 2017, 13:57 cleptric Token signature also there seems
# Jul 18th 2017, 13:57 cleptric fair enough, array vs mutators
# Jul 18th 2017, 13:56 neon1024 @cleptric https://github.com/lcobucci/jwt/blob/3.2/README.md#creating
# Jul 18th 2017, 13:55 cake-novice i was also looking at this.. but https://github.com/Spomky-Labs/jose/issues/161 https://github.com/lcobucci/jwt/issues/187 seems some perfomance issue there
# Jul 18th 2017, 13:55 cleptric Calling decode and encode :) ?
# Jul 18th 2017, 13:55 neon1024 It’s api is much more logical imho
# Jul 18th 2017, 13:54 neon1024 https://github.com/lcobucci/jwt
# Jul 18th 2017, 13:54 neon1024 then which one ?
# Jul 18th 2017, 13:54 neon1024 I’d say to not use that one
# Jul 18th 2017, 13:53 cleptric So yes, it should do the job
# Jul 18th 2017, 13:53 cleptric If you asking for the firebase one, we also use it for the new auth plugin
# Jul 18th 2017, 13:53 cake-novice ADmads plugin required https://github.com/firebase/php-jwt
# Jul 18th 2017, 13:53 hmic so for cake: admad
# Jul 18th 2017, 13:53 hmic admads plugin uses that
# Jul 18th 2017, 13:52 cleptric ADmads or the firebase one?
# Jul 18th 2017, 13:51 cake-novice https://github.com/firebase/php-jwt
# Jul 18th 2017, 13:51 cake-novice ?
# Jul 18th 2017, 13:51 cake-novice is that one also good
# Jul 18th 2017, 13:51 cake-novice i can see admad plugin required Firebase JWT lib
# Jul 18th 2017, 13:48 cake-novice ok...
# Jul 18th 2017, 13:48 cleptric composer will add it to `/vendor`
# Jul 18th 2017, 13:48 cleptric No, you install it via composer and use the classes in your App
# Jul 18th 2017, 13:47 cake-novice if i want to implement this lib then i need to place it in root/vendor directory ?
# Jul 18th 2017, 13:47 cleptric > I do not want to work with ready to eat solution Any reason for that. If there is a good implemented JWT plugin for cake, why not using it?
# Jul 18th 2017, 13:47 cake-novice sory https://github.com/lcobucci/jwt
# Jul 18th 2017, 13:46 cake-novice i do not want to work with ready to eat solution. i was looking at https://gitter.im/lcobucci/jwt this lib ..
# Jul 18th 2017, 13:44 cleptric Also worth pointing out that the upcoming auth plugin (https://github.com/cakephp/authentication) will support JWT
# Jul 18th 2017, 13:42 mikesmoniker @cake_novice Have a look at https://github.com/FriendsOfCake/awesome-cakephp#authentication-and-authorization (there is one plugin specifically for JWT)
# Jul 18th 2017, 13:41 cake-novice which one should i use and best to work in cake3 ?
# Jul 18th 2017, 13:41 cake-novice Hi, i want to use JWT json web token in my cake3 application.
# Jul 18th 2017, 13:40 adriencs @rudy1976s strange
# Jul 18th 2017, 13:31 rudy1976s thank you
# Jul 18th 2017, 13:31 rudy1976s that is
# Jul 18th 2017, 13:31 rudy1976s I try to explain: I have lots of records with really lots of relations which took too many time due to joins. I found a solution to create a proxy flat table to use for searching purposes, . When saving I store original data in their table plus a flat copy on that table, flattened without joins.When retrieving I look up at proxy table, and the search is really fast
# Jul 18th 2017, 13:27 cholthipaul behave