Skip to content

Commit

Permalink
docs: update django to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 20, 2023
1 parent 0f621a9 commit 132eb1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ $(uname -m) == 'arm64' ]]; then
# workaround for an issue in BuildKit causing dependent builds (specifically the dev image) to fail
# https://github.com/docker/compose/issues/8449#issuecomment-1125761231
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0
fi

docker compose build --pull client
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following California transit agencies have launched Cal-ITP Benefits for the

| Transit agency | Older adults | Agency card | Veterans | Initial agency launch |
| ----------------------------------------------- | ------------ | ----------- | -------- | --------------------- |
| **Monterey-Salinas Transit** | Live | Live | Live | 05/2021 |
| **Monterey-Salinas Transit** | Live | Live | Live | 05/2021 |
| **Santa Barbara Metropolitan Transit District** | Live | In test |   | 10/2023 |
| **Sacramento Regional Transit District** | In test |   |   |   |

Expand All @@ -34,15 +34,15 @@ The Cal-ITP Benefits app supports the following enrollment pathways that use the

| Enrollment pathway | Eligibility verification | Status | Launch |
| -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- |
| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) |
| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) |
| [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | [11/2022](https://github.com/cal-itp/benefits/releases/tag/2022.11.1) |
| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) |
| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) |

Read more about each [enrollment pathway](/benefits/enrollment-pathways/).

## Technical details

`benefits` is a [Django 4][django] web application. The application talks to one or more [Eligibility Verification APIs](https://docs.calitp.org/eligibility-api/specification) or authentication providers. These APIs and the application are
`benefits` is a [Django 5][django] web application. The application talks to one or more [Eligibility Verification APIs](https://docs.calitp.org/eligibility-api/specification) or authentication providers. These APIs and the application are
designed for privacy and security of user information:

- The API communicates with signed and encrypted JSON Web Tokens containing only the most necessary of user data for the purpose of eligibility verification
Expand Down

0 comments on commit 132eb1a

Please sign in to comment.