add a note to development about the login time bug (#288)

* add a note to development about the login time bug

* Update docs/developer/README.md

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
Logan McDonald 2022-11-23 09:43:43 -08:00 committed by GitHub
parent e33293559e
commit eca8da108b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,3 +123,17 @@ In an effort to keep our domain logic centralized, we are representing the state
objects in the application using the [django-fsm](https://github.com/viewflow/django-fsm)
library. See the [ADR number 15](../architecture/decisions/0015-use-django-fs.md) for
more information on the topic.
## Login Time Bug
If you are seeing errors related to openid complaining about issuing a token from the future like this:
```
ERROR [djangooidc.oidc:243] Issued in the future
```
it may help to resync your laptop with time.nist.gov:
```
sudo sntp -sS time.nist.gov
```