Dohyung Park
Results
2
issues of
Dohyung Park
Hello, Team! First of all, I am a newbie of cryptography and the cryptography library. 😅 I am trying to extract OID of Key Attributes and the Bit String. I...
primitives
Hello, Team! First of all, I'm using it so well. Many thanks! In [dj_rest_auth/views.py - LoginView class](https://github.com/jazzband/dj-rest-auth/blob/73c7fb80afc33b3b4421c35408a82e55f1d7228b/dj_rest_auth/views.py#L74-L79), A payload of the response have keys(`access_token`, `refresh_token`). ``` if getattr(settings, 'REST_USE_JWT', False):...