pseudoramble
pseudoramble
This is to address https://github.com/jshttp/mime-types/issues/23. The goal of this PR is add a function for looking up all MIME types associated to a file extension. This would be useful for...
Pitching an idea to work on #597. Not sure I love this, but my quick testing does show that it works at least for my use cases :)
I noticed that when signIn is called directly, as opposed to say `autoSignIn` the `onBeforeSignIn` hook is not called. I think it's inconsistent to do it this way since it...
In v1.5.1, there was a change introduced here to check that `AuthContext` is defined: https://github.com/bjerkio/oidc-react/pull/576. It's a reasonable change, but it causes an issue for us. We explicitly avoid rendering...
Thanks for the library! It's been very useful so far. I think I'm just having a misunderstanding of how to configure the options properly. So if there's a better place...