Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Jwt Auth Laravel Package

atlance/jwt-auth

View on GitHub
Deep Wiki
Context7

Generate keys 🤔 ?

  1. Supported algorithms
  2. Choose algorithm
  3. Generate private key:

ES256, ES384, ES512:

openssl genpkey \
-out ./private.pem \
-algorithm EC \
-pkeyopt ec_paramgen_curve:prime256v1 \
-aes-256-cbc \
-pass pass:${APP_SECRET}

RS256, RS384, RS512:

openssl genpkey \
-out ./private.pem \
-algorithm RSA \
-pkeyopt rsa_keygen_bits:4096 \
-aes-256-cbc \
-pass pass:${APP_SECRET}
  1. Extract public key in private key:
openssl pkey \
-in private.pem \
-passin pass:${APP_SECRET} \
-out public.pem \
-pubout

OpenSSL Cookbook

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware