marmelab / ra-auth-cognito

An auth provider for react-admin which handles authentication with AWS Cognito.
MIT License
9 stars 6 forks source link

Support for react admin v5 #19

Open julienV opened 2 months ago

julienV commented 2 months ago

Hi, react admin v5 was released, is it possible to update ra-auth-cognito to support it?

julienV commented 1 month ago

push a PR: https://github.com/marmelab/ra-auth-cognito/pull/20

julienV commented 1 month ago

if anybody also need this, while not merged, you can update your package.json with the following dependency:

"ra-auth-cognito": "https://github.com/julienV/ra-auth-cognito/raw/react-admin-v5-tarball/packages/ra-auth-cognito/ra-auth-cognito-1.1.0.tgz"

sorry i didn't find a better/cleaner way to make this available, as the code is nested in a monorepo, so a tarball it is...

of course, it's provided as is, do your due dilligence before integrating to your own projects.