loopback4-authentication icon indicating copy to clipboard operation
loopback4-authentication copied to clipboard

A loopback-next extension for authentication feature. Oauth strategies supported.

Results 27 loopback4-authentication issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @loopback/core from 4.0.1 to 4.0.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@loopback/core&from_version=4.0.1&to_version=4.0.2&pr_id=816d8eca-5ae4-4d4b-bdb9-364200a99704&visibility=true&has_feature_flag=false) :information_source: Keep your...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @loopback/boot from 5.0.1 to 5.0.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@loopback/boot&from_version=5.0.1&to_version=5.0.2&pr_id=31562463-6a22-4dee-a183-1a86bf96cb07&visibility=true&has_feature_flag=false) :information_source: Keep your...

## Description Provide middleware based sequence support as action based sequence will be deprecated soon. - Added client and user authentication middleware - Added Config key to which binding can...

**Is your feature request related to a problem? Please describe.** As Action-based sequence is now being phased out, we need to use middleware-based sequence. This need some refactoring of the...

community contribution

**Describe the bug** need to fix vulnerability

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade passport from 0.5.3 to 0.6.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=passport&from_version=0.5.3&to_version=0.6.0&pr_id=99995317-1ccc-42b9-a36e-418fb9f25571&visibility=true&has_feature_flag=false) :information_source: Keep your...

Snyk has created this PR to upgrade tslib from 2.3.1 to 2.4.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=tslib&from_version=2.3.1&to_version=2.4.0&pr_id=255911af-9a35-4be6-ab58-e6c5477bcb3f&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

**Describe the bug** According to the documentation and code, we see that Redis is used for RevokedTokenRepository and RefreshTokenRepository. Is this mandatory? Can I use MongoDB instead?

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...