Skip to content

Commit

Permalink
s/identity-frontend/gateway/g
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Jan 23, 2024
1 parent 77c3a92 commit 6c9b038
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DEV only Dependencies

## Dependencies

- [`identity-frontend`](https://github.com/guardian/identity-frontend)
- [`gateway`](https://github.com/guardian/gateway)
- [IDAPI](https://github.com/guardian/identity)
- [`members-data-api`](https://github.com/guardian/members-data-api)
- [`holiday-stop-api` ](https://github.com/guardian/support-service-lambdas/tree/master/handlers/holiday-stop-api)
Expand All @@ -31,11 +31,11 @@ DEV only Dependencies

## Basic DEV environment

NOTE: nginx proxies CODE instances of [`identity-frontend`] for sign-in and [`members-data-api`](https://github.com/guardian/members-data-api) **if they're not running locally**. See sections further down if you need to actually develop either of those services in parallel with `manage-frontend`.
NOTE: nginx proxies CODE instances of [`gateway`] for sign-in and [`members-data-api`](https://github.com/guardian/members-data-api) **if they're not running locally**. See sections further down if you need to actually develop either of those services in parallel with `manage-frontend`.

**Note:** When using the local proxy, the sign-in flow for social logins (for example Google) doesn't quite work as the provider has no knowledge of the proxy and redirects back to CODE which doesn't know how to handle the request. The solution is to either use a username/password to sign in or if you need social login run [`identity-frontend`] locally.
**Note:** When using the local proxy, the sign-in flow for social logins (for example Google) doesn't quite work as the provider has no knowledge of the proxy and redirects back to CODE which doesn't know how to handle the request. The solution is to either use a username/password to sign in or if you need social login run [`gateway`] locally.

[`identity-frontend`]: https://github.com/guardian/identity-frontend
[`gateway`]: https://github.com/guardian/gateway

#### One-off setup

Expand Down

0 comments on commit 6c9b038

Please sign in to comment.