Mikkel Malmberg

Results 18 issues of 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

help wanted
good first issue
feature request

Isolating namespace adds a bit of confusion around the routes. For a gem like ours this probably adds more trouble than benefit.

enhancement

`Passwordless.mounted_as` doesn't allow for multiple mounts.

bug
help wanted

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...

help wanted
discussion

## 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...

discussion
apm-agents

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...

help wanted
feature request

Seems the community has settled on http://rubybunny.info as the go-to lib for this.

enhancement

See https://github.com/elastic/apm/issues/291