justin-barca-at-camis

Results 7 issues of justin-barca-at-camis

Material UI is now 2 major versions ahead of what is supported here. Please consider making this obvious in the top of the README file.

## Expected Behavior #### [REQUIRED] Describe expected behavior There should be clear instructions on how to revoke a token. ## Describe the problem There's no mention of token revocation in...

In the documentation, it is stated > You still need to setup a redirect uri, which must point to your application, but you do not need to create that route....

documentation

I did this ``` useEffect(() => auth.events.addUserLoaded(() => { dispatch({ type: UserActionTypes.SET_LOGGED_IN_USER, payload: auth, }); navigate(ROUTES.LOCATION); }), [auth.events]); ``` in order to set up some post-login state and navigation changes....

question

Our project was using `AppAuth-JS` library before discovering this. It is much more succinct and sensible so thank you. One of the challenges faced in using this library: we are...

question

- `@testing-library/dom` version: latest - Testing Framework and version: see repro The closest issue to this I could find was https://github.com/testing-library/dom-testing-library/issues/798 , could be related. ### Relevant code or config:...

**Is your feature request related to a problem? Please describe** I want to know the shape of the data of "parameters" in preview.js and it does not seem to be...

feature request
documentation
needs triage