Alternative to PHP okta-jwt-verifier

Hi, we recently started using GitHub - okta/okta-jwt-verifier-php: A helper library for working with JWT's for Okta to implement Okta in the login flow for one of our internal apps.

I was surprised that the repository was archived.
We wouldn’t want to rely on a repo that’s no longer maintained.
Do you have any recommendation regarding how to replace it?

Hello,

Okta doesn’t have an official recommendation.

Most of the Okta specific code in this SDK dealt with Okta specific environments like discovery endpoints (OAuth & OIDC), downloading keys, validating specific token claims.

The Okta SDK used GitHub - firebase/php-jwt: PHP package for JWT for token encoding/decoding so you might take a look into this library.

I am sure there are many others out there as well.

Thank You,

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.