Mikkel Malmberg
Mikkel Malmberg
This PR marks the beginnings of working towards a 1.0 of Passwordless. There will be breaking changes. ## Plans 1. [x] Remove `isolate_namespace` - This prevents the weird behaviour of...
Maybe via lambda. PR welcome if you need this. See #94
Isolating namespace adds a bit of confusion around the routes. For a gem like ours this probably adds more trouble than benefit.
`Passwordless.mounted_as` doesn't allow for multiple mounts.
This is something I've seen other implementations do. This helps if for example you are trying to sign in using your laptop but check your mail on your phone. Using...
## Description of the issue A few agents (Java, Ruby at least) have the option to truncate stack traces to _x_ lines. Currently this is done by simply chopping off...
Currently Passwordless' routes need to be defined at the root level. Would be nice if we could support scoping and nesting, like requested in #205, ie: ```ruby scope ":locale" do...
Seems the community has settled on http://rubybunny.info as the go-to lib for this.
See https://github.com/elastic/apm/issues/291