venveo / craft-oauthclient

A free to use OAuth 2.0 Client helper for Craft 3 developers
MIT License
9 stars 3 forks source link

Craft 4 version #42

Open piotrpog opened 2 years ago

piotrpog commented 2 years ago

Is there any ETA for Craft 4 version?

bzin commented 2 years ago

This will be very useful to know. Have a project that uses the plugin to manage some third-party tokens.

Mosnar commented 2 years ago

On my todo list! Not gonna promise any dates, but probably within the next 1-2 weeks.

kragit commented 2 years ago

Working on a Craft 4 project right now that this plugin would be perfect for. Appreciate the work that you do!

dgrigg commented 2 years ago

@Mosnar any updates on the Craft 4 version?

bzin commented 1 year ago

Hi @Mosnar, first of all, thanks for amazing work you have done on this plugin. I see that you already start this by looking into #43 , do you know if this will see light of day soon? :)

ax2000 commented 1 year ago

Hi @Mosnar , also wondering if there's an ETA for the Craft 4 version?

Thanks heaps.

jamesmacwhite commented 1 year ago

Just clarifying re: Craft 4 support, the plugin store now displays the following:

This plugin is no longer maintained. The developer recommends using Social Login instead.

Is Craft CMS 4 support still happening or has this plugin been discontinued?

jamesmacwhite commented 4 months ago

For those looking at an alternative, I'd recommend the Consume plugin by Verbb: https://github.com/verbb/Consume, which supports Craft CMS 4 and 5. While it is primarily designed around Twig templates, you can also call it with PHP to have an always authenticated client.

Mosnar commented 4 months ago

For those looking at an alternative, I'd recommend the Consume plugin by Verbb: https://github.com/verbb/Consume, which supports Craft CMS 4 and 5. While it is primarily designed around Twig templates, you can also call it with PHP to have an always authenticated client.

This is exactly what I recommend at this point as well. 🙂

jamesmacwhite commented 4 months ago

Thanks @Mosnar for your work for Craft 3, it is interesting that Social Login is recommended by the plugin store as a replacement, when that is the wrong OAuth usage that this plugin is designed for. Can that be influenced im anyway at all?