Skip to content

Commit e7db2cf

Browse files
authored
Fix the example in the README
1 parent ae5ce10 commit e7db2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The application is quite simple to use from an application:
1212

1313
1. Point the user to the login URL with a parameter letting it know which URL to send the user back to. e.g.
1414

15-
https://auth.hackney.gov.uk/auth?redirect_url=http://managearrears.hackney.gov.uk/login_callback
15+
https://auth.hackney.gov.uk/auth?redirect_uri=https://auth.hackney.gov.uk/auth/check_token
1616

1717
2. The user will then log in to Google and then be redirected back to the redirect URL you specified.
1818
3. The JWT token will be set in the "hackneyToken" cookie and can be authenticated using the shared JWT secret. See below for the payload details.

0 commit comments

Comments
 (0)