-
The publication component and citizen portal will consume the registration API. For this, they need to authenticate using an API key.
**Tasks**
- ~~Define two roles: `publication_component`, `ci…
-
Is this something worth integrating with, as with drf-JWT? [Knox ](https://github.com/James1345/django-rest-knox) has some significant improvements over DRF TokenAuthentication, and is more suitable f…
-
**POST /devices/gcm**
```
{
"name": "Android 5.0",
"device_id": "a54eb38370070a1b",
"registration_id": "....goes here..."
}
```
**produces**
```
error at /api/v1/devices/gcm/
argument o…
-
(Sort of related to #35 but that's a couple of years old, hence a new issue).
The login view does not appear to be viewable in the browseable API. This seems to be because it does not define `query…
-
I have been trying to setup password reset functionality in DRF using [django-rest-auth](https://github.com/Tivix/django-rest-auth "Tivix django-rest-auth"). Earlier I was getting error __TemplateDoes…
-
I'm looking for a way to create user accounts without a password and initiate the reset procedure without the extra work on front-end or user side – it's supposed to be an atomic operation from my API…
-
@jleclanche, I'm working on a feature to add DRF support for triggering a push message via HTTP POST.
Example: POST /api/v1/push/ with a JSON payload:
```
{
"message": {
"badge":…
-
Clicking the "refresh token" button in the UI throws:
https://rollbar.com/Azavea/ClimateChange/items/82/
-
constantly getting APNS errors
```
APNS device with Registration ID already exists.
```
with update turned on
'UPDATE_ON_DUPLICATE_REG_ID': True,
I think it because of unique=True
is it p…
-