Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from okta/link-to-authn-guide
Browse files Browse the repository at this point in the history
Backlink to verification section of AuthN Guide
  • Loading branch information
robertjd committed Nov 3, 2017
2 parents 2700450 + 5f349ee commit 930c4c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Okta JWT Verifier for PHP

This library helps you verify tokens that have been issued by Okta. To learn more about verification cases and Okta's tokens please read [Working With OAuth 2.0 Tokens](https://developer.okta.com/authentication-guide/tokens/)

## Installation
The Okta JWT Verifier can be installed through composer.

Expand Down Expand Up @@ -52,4 +54,4 @@ dump($jwt->getIssuedAt(false)); // returns timestamp of issued at time
dump($jwt->getExpirationTime()); //returns Carbon instance of Expiration Time
dump($jwt->getExpirationTime(false)); //returns timestamp of Expiration Time

```
```

0 comments on commit 930c4c7

Please sign in to comment.