Are there tutorials online or courses

that help developing, for example using a wallet as a form of OAuth?
and what would be a safe and secure way of managing database using supabase? to store users

Somehow I recalled that I’d bookmarked this long time project, and was pleasantly surprised they have OAuth confirmed on their front page:

Since this is open source, I imagine the code would serve as its own tutorial (it says “the oAuth backend is kept private” but a lot the integration should still be public). :thinking:

We built this plugin, CardanoPress, that integrates WordPress and Cardano.

You can use the Cardano wallets as a login authentication, and it automatically creates a user account on the website based on the user’s wallet identifiers, e.g stake address.

From there the plugin can detect what is in their wallet and assign user permissions accordingly.

You can try it out on our online Cardano tutorials website https://learncardano.io/courses/

I’ve token-gated some content, requiring you to log in/authenticate with your wallet to make interview bookings or comment on the website.

2 Likes