Roman Schmid

Results 85 comments of Roman Schmid

@mival Any pointers how to do that? I can't seem to find that corber validator anywhere…

I'd really appreciate a transpiled version of this module too… maybe in a `dist` folder?

Yes, you can use the `login` method, but that would mean that I'll have to persist username and password on the client, which I don't like at all. The refresh-token...

Since somebody might not want "polymorphic" output, while still having polymorphism in SilverStripe, I'd say it should be configurable. Say you have the following class hierarchy in SilverStripe: ``` Shape...

Hm I haven't tested it extensively, but I just noticed that giving access to the base-class enables access on the subclasses. Why do you think it's an issue? Subclasses should...

My line of thought was that it would work the same way as permissions in SilverStripe. If your base-class has `canView`, `canEdit` etc. implemented, the permissions will carry over to...

@jonshutt I'm having the exact same use-case in my current app. So maybe my extension can be useful to you: https://gist.github.com/bummzack/2a6c5a3109a4ada75b1c