5 post(s) found.
Symfony 6 and JWT bundles: Refresh token
Symfony 6 and Lexik JWT Bundle 2: Auth with JSON Web Token
Summary
JWT, JSON Web Token, is one of the open Internet protocol standards, described as “a compact, URL-safe means of representing claims to be transferred between two parties” in RFC 7519 . It is popular and used widely to authenticate where Web API works. It is also available on SSO aka Single Sign-on.
... ReadSymfony 6 and EasyAdmin 4: Hashing password
Summary
With EasyAdmin bundle, you can create admin panel easily.
Well, as to User entity, given it has password field, you must want to hash it before it stored for security.
... ReadSymfony 6 and EasyAdmin 4: Admin Panel for User Management System
Symfony 6 User Authentication