react-azure-adb2c icon indicating copy to clipboard operation
react-azure-adb2c copied to clipboard

Looking for a maintainer

Open JamesRandall opened this issue 5 years ago • 18 comments

Unfortunately I really don't have time to use this package having dropped B2C myself (see https://www.azurefromthetrenches.com/azure-ad-b2c-a-painful-journey-goodbye-for-now/ ) but it seems that people find value in it (based on the issues and PRs).

Any volunteers to pick up maintenance?

JamesRandall avatar Mar 19 '19 21:03 JamesRandall

James, thank you for your blog post. Communicated it to Microsoft support. Hope they will do something. Do you still use Auth0? I started looking on them, but found some issues.

BTW, why don't you put your "Looking for maintainer" message to main page? It took some time for me to find it.

polina-c avatar Apr 09 '19 16:04 polina-c

Hey, James. I think I can take it. What are next steps?

polina-c avatar Apr 15 '19 00:04 polina-c

Happy to chip in, too. What would you like us to do?

@JamesRandall

weznagwama avatar May 10 '19 01:05 weznagwama

I too would be willing to help out, I have sent him mail and a tweet... here's hoping he responds

DocCaliban avatar Jun 25 '19 22:06 DocCaliban

Seems like we have some volunteers that are willing to take this over? What do you think @JamesRandall?

mattruma avatar Jul 02 '19 10:07 mattruma

Thanks everyone for getting in touch and their patience.

Unless anyone disagrees (or you guys want to discuss) I'll assign it over to @pcherkasova as the first person to volunteer.

Its easy enough to transfer the repository on GitHub and we'll need to do the same on npm (so you'll need an npmjs account too).

Its not something I've done before - any thoughts on how to communicate this change to users of the package?

JamesRandall avatar Jul 02 '19 20:07 JamesRandall

James,

I was planning to take it, but now i decided to port my app from react to flutter and thus I will not use the library any more.

It will make more sense if maintenance is owned by somebody who uses the lib.

polina-c avatar Jul 02 '19 22:07 polina-c

@weznagwama @DocCaliban are either of you still willing to take it?

JamesRandall avatar Jul 03 '19 07:07 JamesRandall

If @weznagwama https://github.com/weznagwama @DocCaliban https://github.com/DocCaliban are unable to do it ... I can do it ... be a new experience for me, so would still need help from the community. ☺

Thanks,

Matt Ruma

On Wed, Jul 3, 2019 at 3:06 AM James Randall [email protected] wrote:

@weznagwama https://github.com/weznagwama @DocCaliban https://github.com/DocCaliban are either of you still willing to take it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JamesRandall/react-azure-adb2c/issues/13?email_source=notifications&email_token=AABN5LZQ5FXGKMRJA6N5NS3P5RFZBA5CNFSM4G7UOD2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZDP3RY#issuecomment-507968967, or mute the thread https://github.com/notifications/unsubscribe-auth/AABN5L2JSSV2RG4B5WME55TP5RFZBANCNFSM4G7UOD2A .

mattruma avatar Jul 03 '19 10:07 mattruma

Maybe https://github.com/leszekczajka might maintain it https://github.com/leszekczajka/msal-b2c-react? Looks like he has done a fork of your code and made some of the necessary changes.

mattruma avatar Jul 09 '19 10:07 mattruma

Hey @JamesRandall and @mattruma, sorry for the late reply, happy to!

@mattruma happy for you to take and give me permissions (?) to do stuff?

weznagwama avatar Sep 03 '19 04:09 weznagwama

@JamesRandall I'm in need of Azure AD B2C for many projects. I would be definitely be open to community help and support as well. I have forked from @leszekczajka, so some sought after updates will be released very quickly.

Looking at the official roadmap for the Microsoft authentication library, I might also be able to get help from Microsoft.

StevenBlasi avatar Mar 21 '20 13:03 StevenBlasi

@JamesRandall What's the status of this project? it's a good wrapper and worthy of Kudos but it's dated and needed!, I'm looking to use on a new project..

stephenstroud avatar May 12 '20 09:05 stephenstroud

@stephenstroud here is my updated version. https://www.npmjs.com/package/@creativware/msal-b2c-react

StevenBlasi avatar May 12 '20 22:05 StevenBlasi

Does anyone know if the state of Azure AD B2C documentation is still as dire as @JamesRandall posted on 2018? I've done some exploratory reading in the Microsoft documentation, and I believe they have not updated much regarding integration with React applications. The only SPA sample I could find is the one without a JS framework (just vanilla JS). Too bad, because I am having a bad feeling about that. On the other hand, Okta did their homework and they published a sample .NET Core / React SPA, which is much easier to follow. I am surprised Microsoft hasn't done the same already.

lesair avatar Jul 09 '20 13:07 lesair

@lesair I just implemented ADB2C in React - The documentation is good however, there it does lack notes regarding React so I invested a lot of time trying to find the best React MSAL wrapper and found some MS employees got together and produced one during at a hackathon. It's very well documented Repo Here- https://github.com/syncweek-react-aad/react-aad

The other MS documentation is excellent when combined with this repo.

stephenstroud avatar Jul 09 '20 13:07 stephenstroud

Thank you, @stephenstroud. react-aad looks promising, indeed. I am giving it a try now.

lesair avatar Jul 10 '20 22:07 lesair

I've wrote some React applications interacting with Azure B2C and personally stopped using MSAL in favour of: https://www.npmjs.com/package/oidc-client It works better for me. For example, it allows you to embed multiple React apps on one page. Just a suggestion.

Regards,

Leszek Czajka

sob., 11 lip 2020 o 00:02 Lesair Valmont [email protected] napisał(a):

Thank you, @stephenstroud https://github.com/stephenstroud. react-aad https://github.com/syncweek-react-aad/react-aad looks promising, indeed. I am giving it a try now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JamesRandall/react-azure-adb2c/issues/13#issuecomment-656911678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHDECR6MYJGW5Y6CF4O3SLR26FWZANCNFSM4G7UOD2A .

leszekczajka avatar Jul 15 '20 10:07 leszekczajka