swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Add check for empty value in get_user_id #68

Closed BenjaminKeller closed 7 years ago

BenjaminKeller commented 7 years ago

The eID-Service has to return None if no user name was added to the database by the eID-Server (authentication was skipped by calling refreshAddress manually). Tests are added in #67. @nils-wisiol