Sebastian Obentheuer

Results 18 issues of Sebastian Obentheuer

I could not find FIDO2 support. Is there a roadmap for this?

api: auth
type: feature request
internal-bug-filed

I am new to tsyringe (and DI) and have a really hard time to wrap my head around it. So I guess it would be of great help to have...

enhancement
awaiting triage

seems to not get fired anymore in 1.3?

and/or add a button to expand/collapse the whole tree of story folders, to get a better overview. e.g. that it looks like this at startup:

enhancement
good first issue

I install via `npm i cerialize@next`. Simple test does not work (runs fine with ceialize v1): ``` it('serializes a class', () => { class Test { @serializeAs(String) id: string; }...