Aleksandar Blagotić
Aleksandar Blagotić
I can confirm bug on Android using **cordova** v6.3.1, with `ng-token-auth` commit ebfdf59 and `devise_token_auth` commit [`536911c`](https://github.com/lynndylanhurley/devise_token_auth/commit/536911c7d3f178637423b77fe1179388ddf62b9e). @RyanMilstead1 did you manage to find fix/workaround in the meantime? FTR, auth process...
@randunel thanks for prompt reply. OK, this code will apparently not work. Where is `doRequire` defined? AFAICS, `requireFile` function is not available in the scope where bug occurs, and if...
OK, I finally got it. It was due to `*~` backup files created by Emacs in the `app/controllers/` directory. What is the prefered way of gracefully ignoring these ones? Apart...
I'm also interested in this one. It seems like a simple one, but it's a bit trickier once you get to tweak it. Any feedbacks? @iterion, can you please put...
@iterion `login_or_link_from` sounds great! Can't wait to see it in action.
Yeah, and I don't think that users could link an account without logging in. =)
@iterion this looks cool! It would be nice though, if you could add methods to list/unlink added accounts. Not that it's a huge deal, but still... you should be able...
@safarista, nothing special... AFAICT, it's fairly easy to obtain key, and you can even test it via [playground](https://code.google.com/oauthplayground/). But you may want to use up-to-date sorcery provided by @NoamB, since...
@marcelometal why don't you send a pull request or something? This definitely works! ### EDIT When you type in the message in the popup, it's not marked as read, hence...
Here's a good guide for [automounting LUKS encrypted partitions](https://kifarunix.com/automount-luks-encrypted-device-in-linux/). I can confirm that my older `archinstall`-based setup (`archlinux-2022.03.01-x86_64.iso`) created unlock key for `/home` partition correctly in `/etc/cryptsetup-keys.d/homeloop.key` and has set...