nieuwenhuisen / LexikJWTAuthenticationMFA

Add Multi Factor Authentication to Lexik JWT Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Add Multi Factor Authentication to Lexik JWT Authentication


Languages

Language:PHP 100.0%