Skip to content

Commit

Permalink
chore: update mtls draft to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 19, 2019
1 parent 3073d91 commit ec1f2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const STABLE = new Set([
'revocation',
]);

const MTLS = 'https://tools.ietf.org/html/draft-ietf-oauth-mtls-13';
const MTLS_VERSION = 13;
const MTLS = 'https://tools.ietf.org/html/draft-ietf-oauth-mtls-14';
const MTLS_VERSION = 14;

const DRAFTS = new Map(Object.entries({
backchannelLogout: {
Expand Down

0 comments on commit ec1f2e8

Please sign in to comment.