Josh Austin
Josh Austin
I think this may be a limitation of the underlying `public_key` Erlang library. We use this function to decode the PEM entry for the encrypted private key: - http://erlang.org/doc/man/public_key.html#pem_entry_decode-2 I...
I think that's an error that bubbled up from the underlying crypto library. What sort of environment are you running in?
Which version of Elixir and Erlang are you using? What operating system?
I think I see what the issue is. I can probably get it fixed in the next couple days unless you would rather send a pull-request my way with an...
Enabling `pcscd` and starting it fixed the issue for me on Ubuntu 22.04: ``` $ sudo systemctl status pcscd [sudo] password for ntrepid8: ○ pcscd.service - PC/SC Smart Card Daemon...
Is this PR being considered for a merge? Has it been reviewed or is anything blocking review? The diff isn't huge so what's holding it up? Can those of use...
What about doing something like [Firebase Authentication](https://firebase.google.com/docs/auth/) and let users configure the different types of Authentication they want to allow? I think that would cover the Google and GitHub use...