Talk in English - UK at PHP Yorkshire 2017
Track Name:
Track 2
View Slides: https://akrabat.com/wp-content/uploads/2017-04-08-PHPYorkshire-Slim-OAuth2.pdf
Short URL: https://joind.in/talk/ce818
(QR-Code (opens in new window))
OAuth 2 is the gold standard for authentication in APIs and in this talk we’ll take a deep dive into how it works and how to implement an OAuth 2 server in your API. There are a number of work flows in OAuth 2 for different scenarios including mobile apps and websites connecting via JavaScript, so I will discuss each one and show you how to implement it. We’ll also look how to use JWT which can provide performance improvements. By the end, you’ll be well equipped to add OAuth2 to your API.
Comments
Comments are closed.
Quite good overview with some detailed insights for those who are unaware of oAuth2 API !
Brilliant overview of how to use oauth2 and also where you can make some speed optimisations and also some pitfalls to avoid.
Really useful and to the point the code example I found clear can't wait to try and use oauth in my next api
Great overview of OAuth2 and using it in PHP. Never realised how flexible it is!
Good coverage and some helpful suggestions on codebases and practices to look at. A little bit tutorial based but well presented.
As the abstract promised, by the end I felt well equipped to work with OAuth2, a personal first! Pacing was great for a technical topic, starting with simple focussed examples and slowly building complexity. The only point where I was lost was understanding why you can switch to in memory storage when using JWTs rather than standard tokens, but by question time my brain had caught up, so possibly there is room to expand on that explanation when the concept is introduced. Maybe you did and I missed it!
A clear introduction to OAuth 2. Well worth watching for those who want a good introduction to the topic.
A very clear explanation of a topic that has great relevance for me at present
Solid talk, concepts were demonstrated and communicated clearly.
Having used OAuth 2 a few times but always having to look up what each component/area does, this talk was great for just stripping it back to the basics and making it really clear how the process works and the various components that make up an OAuth 2 authentication process. Demystified what can be a tricky concept to grasp.