You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to maintain the behavior of `ExtractJwt.fromAuthHeader()` when switching to v3.3.0, simply
164
-
replace it with `ExtractJwt.fromAuthHeaderWithScheme('jwt')` in your implementation.
159
+
If you want to quickly add secure token-based authentication to Node.js apps, feel free to check out Auth0's Node.js SDK and free plan at [auth0.com/overview](https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=passport-jwt&utm_content=auth)
165
160
166
-
## Migrating from version 1.x.x to 2.x.x
167
-
168
-
See [the guide for migrating from v1 to v2](docs/migrating_v1_to_v2.md) for explanation of the major changes.
161
+
## Migrating
162
+
163
+
The the [Migration Guide](docs/migrating.md) for help upgrading to the latest
0 commit comments