hackforla / hackforla/peopledepot
Create example django client project
- Dominant language
- Python
- Stars
- 14
- Forks
- 37
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 5
Description
This is an epic that needs sub-issues created.
### Overview
We need an example client that is a django project to help client projects with similar setups get started to integrate with the PD backend.
### Action Items
- [ ] Create a simple django project that can log into Cognito
- [ ] Using the Cognito token, retrieve a non-restricted list such as the projects list and display it
### Resources/Instructions
- We're using the [VRMS Cognito user pool](https://hackforla-vrms-dev.auth.us-west-2.amazoncognito.com/login?client_id=3e3bi1ct2ks9rcktrde8v60v3u&response_type=token&scope=openid&redirect_uri=http://localhost:8000/admin) for development
- django docs
- django-allauth docs
Contributor guide
Assessment
This issue has not been assessed yet.