Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 445 Bytes

File metadata and controls

21 lines (12 loc) · 445 Bytes

Painless authentication with access tokens

Demo applications

Old fashion way with Symfony 6.1

  • With a custom Authenticator

With AccessToken Authenticator, Symfony 6.2

  • Using built-in AccessTokenAuthenticator
    • Using a custom TokenHandler

There's also an example with JWT

  • Using built-in AccessTokenAuthenticator
    • Using a custom JwtHandler and Lcobucci/JWT library

Slides

Built with sli.dev