Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 328 Bytes

LexikJWTAuthenticationMFA

Add Multi Factor Authentication to Lexik JWT Authentication

Generate the SSH keys:

$ mkdir -p config/jwt
$ openssl genpkey -out config/jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096
$ openssl pkey -in config/jwt/private.pem -out config/jwt/public.pem -pubout