Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
charge-valtech authored Sep 6, 2018
2 parents b4e18c9 + 17e313a commit dc5b770
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
New Features:

- [Make it more difficult to accidentally clear the session data](https://github.com/alphagov/govuk-prototype-kit/pull/588)
- [Restart the app if environment variables change](https://github.com/alphagov/govuk-prototype-kit/pull/389)

# 7.1.0

Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/using-verify.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Using GOV.UK Verify

[GOV.UK Verify](https://www.gov.uk/government/publications/introducing-govuk-verify/introducing-govuk-verify) is the new way for users to prove who they are whilst using an online service. You can [find out more about using it here](https://www.gov.uk/service-manual/identity-assurance).
[GOV.UK Verify](https://www.gov.uk/government/publications/introducing-govuk-verify/introducing-govuk-verify) is the new way for users to prove who they are whilst using an online service. You can [find out more about using it here](https://govuk-verify.cloudapps.digital).

If you'd like to test the use of Verify in your prototype, there is a GOV.UK Verify stable prototype you can use.

To use it, you'll need to contact govukverify_engagement@digital.cabinet-office.gov.uk and request access.
To use it, you'll need to contact idasupport@digital.cabinet-office.gov.uk and request access.
2 changes: 1 addition & 1 deletion gulp/nodemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const config = require('./config.json')

gulp.task('server', function () {
nodemon({
watch: ['.env', '**/*.js', '**/*.json'],
script: 'server.js',
ext: 'js, json',
ignore: [config.paths.public + '*',
config.paths.assets + '*',
config.paths.nodeModules + '*']
Expand Down

0 comments on commit dc5b770

Please sign in to comment.