From 6965f87d0cc5559946b9c200a6b461acd695005a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20WJ=20Alterskj=C3=A6r?= Date: Wed, 23 Feb 2022 14:18:48 +0000 Subject: [PATCH] --- Home.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..696b969 --- /dev/null +++ b/Home.md @@ -0,0 +1,19 @@ +Note from + +Hi all, + +Firstly, thank-you @kylecorbelli for this amazing project, this has been used a lot and have saved countless man hours. + +We all know(as readme also says), this project is not maintained for long, and looking for new maintainers, while it is in this state, i wanted to compile a small guide, for usage of this library with latest stacks(latest versions of redux etc). I spent like 5-7 hours on figuring some things out. And following is my guide. + +disclaimer: uses my clone which was cloned from another clone :-) + +1. in package.json: +`"redux-token-auth": "git+https://github.com/ziaulrehman40/redux-token-auth.git#c7513e5ca249691e77d018c3342429e1b85d8c54"` +This will point to my custom clone, which mainly contains package upgrades etc. + +2. Avoid using `generateRequireSignInWrapper` as it is broken, instead use this custom component [I am receiving weird error regarding GatePage. #56 (comment)](https://github.com/kylecorbelli/redux-token-auth/issues/56#issuecomment-494187365) + +I will try to comment here or update this issue, if anything else breaks or there are any other notes. + +thanks. \ No newline at end of file