From be468f16c3bf0abf38053a2a042d0c3490f18b65 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Mon, 25 Apr 2016 14:57:47 +0100 Subject: [PATCH] make whole list html --- docs/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 19bcc31e2..8389c357d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,13 +65,16 @@ GOV.UK Notify provides an API that allows you to create text and email notificat There are two ways to integrate the API into your service: -* use one of the client libraries provided by GOV.UK Notify: + GOV.UK Notify uses [JSON Web Tokens (JWT)](https://jwt.io/) for authentication and identification. The GOV.UK Notify client libraries encode and decode JSON Web Tokens when making requests to the GOV.UK Notify API. If you don’t use one of these libraries, you must manually create tokens yourself.