We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5ce10 commit e7db2cfCopy full SHA for e7db2cf
README.md
@@ -12,7 +12,7 @@ The application is quite simple to use from an application:
12
13
1. Point the user to the login URL with a parameter letting it know which URL to send the user back to. e.g.
14
15
-https://auth.hackney.gov.uk/auth?redirect_url=http://managearrears.hackney.gov.uk/login_callback
+https://auth.hackney.gov.uk/auth?redirect_uri=https://auth.hackney.gov.uk/auth/check_token
16
17
2. The user will then log in to Google and then be redirected back to the redirect URL you specified.
18
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