Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 16 View Live

Lorna Mitchell's Blog: Using OAuth2 for Google APIs with PHP

Lorna Mitchell has a new post to her blog today showing how to use the functionality provided by the pecl_http extension to make an OAuth2 connection to Google. I've written about Google and OAuth...

View Article



Sherif Ramadan: How to Write an Operator Precedence Parser in PHP

Sherif Ramadan has a post looking at creating a better operator precedence parser in PHP. His example is a fully PHP implementation that takes equation strings and evaluates them to create the result....

View Article

Kevin Schroeder: Generating secure cross site request forgery tokens (csrf)

In this new post to his site Kevin Schroeder has a new post with his take on generating more secure CSRF tokens for use in your site. In researching the second edition for the IBM i Programmer's Guide...

View Article

Anthony Ferrara: Preventing CSRF Attacks

Anthony Ferrara has written up a new post to his site looking at efective use of CSRF tokens and a few different strategies for generating them. There's been a bit of noise in the past week about the...

View Article

Joseph Scott: Stateless CSRF Tokens

Joseph Scott has a recent post to his site looking at the idea of stateless CSRF tokens and how to create them while avoiding the typical "store them in a session" mentality. This is all fine and good...

View Article


Pádraic Brady: Stateful vs Stateless CSRF Defences: Know The Difference

In this new post to his site, Pádraic Brady looks at two methods for generating CSRF (cross-site request forgery) tokens to help protect your application. It's not a tutorial, per se...more of a...

View Article

Lorna Mitchell: OAuth Middleware for Slim

Lorna Mitchell has posted about some middleware for the popular Slim (micro)framework that helps with OAuth functionality. OAuth can be anything you want it to be, the standards are lax and give you...

View Article

9Lessons.info: Login with GitHub OAuth using PHP

On the 9lessons.info site they've posted a new tutorial showing you how to login with GitHub via OAuth via a custom script. Nowadays GitHub.com(web based hosting service) is the most import part in...

View Article


Gonzalo Ayuso: Token based authentication with Silex Applications

Gonzalo Ayuso has put together a new post for his site showing how to do token-based authentication with Silex and the help of a few additional Symfony components. What happens if we want to use a...

View Article


Gonzalo Ayuso: Token based authentication with Silex and AngularJS

Gonzalo Ayuso has posted a tutorial showing how to use token-based authentication with a Silex-based application through a request from AngularJS. According to my last post today we're going to create...

View Article
Browsing latest articles
Browse All 16 View Live




Latest Images