stefanoalletti.com
  • home
  • blog
  • calendar

Stefano Alletti

Lead Backend Engineer & Applications IA & LLM

DOWNLOAD CV

Authentication

Step-by-step Guide to use Auth0 with Symfony 6

Posted on 15 mars 2023 by stefano

Introduction Auth0 is a very powerful solution to manage the authentication of your applications.Even if its documentation is very well done, it is not immediate to understand how to use it.The PHP SDKs allow you to do many things and today I would like to show how I use them to authenticate a user in a Symfony…

Categories Uncategorized | 0 comments
Read More

Authentication with VueJs using Symfony and Api Platform – Part 1

Posted on 2 août 2019 by stefano

During my experience as a software developer, I have observed that one of the most delicate issues is authentication. So I wanted to add a brick to my previous post, in order to explain how to set up a basic authentication process. Starting from the Bookstore application that we created during the previous PoC, let’s…

Categories Code PHP Symfony | 2 comments
Read More
  • home
  • blog
  • calendar

Stefano Alletti

Lead Backend Engineer & Développeur Senior

Recent Posts

  • Bonjour tout le monde !
  • Step-by-step Guide to use Auth0 with Symfony 6
  • POC of Clean Architecture with Symfony