longvd89

Results 5 issues of longvd89

In my layout i using CircularImageView : ////------- --- com.github.siyamed.shapeimageview.CircularImageView android:id="@+id/imgShow" android:layout_width="64dp" android:layout_height="64dp" android:src="@drawable/photo"/ // set my image (photo.jpg 88x88 px) i habe a result : ![image](https://cloud.githubusercontent.com/assets/4578323/5443922/b8ee6410-84d8-11e4-9550-ba8441e45161.png) it remains straight...

i send post request create user with a token csrf . i want when create user success the token csrf cannot reuse ( i want csrf invalid when reuse) in...

question

i set height of row : device: { //

i make a react client to authentication with Openid / Facebook but have a error with HTTPS self ssl certificate . How can i fix it ? Thankyou ./node_modules/engine.io-client/lib/transports/polling-xhr.js.Request.create @...

Why you check if (!req.isAuthenticated || !req.isAuthenticated()) { if (setReturnTo && req.session) { req.session.returnTo = req.originalUrl || req.url; } return res.redirect(url); } but not check only req.isAuthenticated() if ( !req.isAuthenticated())...