Open aaqilniz opened 1 week ago
The access-controller-example uses a custom component to implement authentication with jwt. This PR removes that custom component and uses @loopback/authentication-jwt.
access-controller-example
@loopback/authentication-jwt
npm test
packages/cli
examples/*
👉 Check out how to submit a PR 👈
The
access-controller-example
uses a custom component to implement authentication with jwt. This PR removes that custom component and uses@loopback/authentication-jwt
.Checklist
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈