mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-13 16:17:01 +02:00
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:
parent
e33293559e
commit
eca8da108b
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue