Steve Recio
Steve Recio
anybody find a solution?
Solution: ``` const componentDecorator = (href, text, key) => ( {text} ); some user input http://github.com ```
@dbudwin is the gist here to add `rel="noopener noreferrer"` to the `` tags?
Not at the moment but if I can find time in the future I'll try to become more active in this project
https://www.issms2fasecure.com/ Probably better to offer TOTP auth instead of anything SMS based.
Anyone find a solution to this? @C0deZLee
@urdmg https://github.com/soynatan/django-easy-audit/issues/90
Switching to `r.readAsBinaryString(file)` similarly yields a corrupted PDF except that every page is blank now (using `r.readAsArrayBuffer(file)` gives me a PDF with some pages containing pieces of the original content...
@jcherniak No, I never got this library working. I had to switch to [OpenPGP](https://github.com/openpgpjs/openpgpjs).
Ok I was able to get the token with the following code (discovered by looking through the unit tests): `instance, token = AuthToken.objects.create(user=user)` And then pass the header `Authorization: Token...