loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.96k stars 1.07k forks source link

fix: replace custom jwt-authentication component with @loopback/authentication-jwt #10718

Open aaqilniz opened 1 week ago

aaqilniz commented 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.

Checklist

👉 Check out how to submit a PR 👈