by Devin Yang
(This article was automatically translated.)

Published - 8 years ago ( Updated - 8 years ago )

Since OAuth authentication is a standard, each company implements it in a similar way, plus Laravel socialite support.
We can easily build OAuth authentication for different platforms.
Chat room link:
https://www.ccc.tc/room?room=3C%20Tech%20Center

3C Tech Center also supports a variety of OAuth authentication methods, providing users with a variety of choices.

If we use it, you can chat as a guest without logging in at all.

At present, anyone is allowed to create channels and invite functions, and send links to friends for chatting.
Since CCC IM is currently in the development stage, the code may change at any time,
You may be experiencing cache issues, please reload and try again.
Future plans will provide more functions, such as "post code", "emoji", "private message", "channel subscription" and other functions.

Tags:

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


MacOS

Restart the sshd service on MacOS

Document how I restart the sshd service on MacOS.

docker,laravel

It's super easy to build a Lravel development environment with Docker

Are you ready for the Laravel 5.5 system environment? laravel/framework 5.5.x-dev requires php >=7.0 -> your PHP version (5.6.30) does not satisfy that requirement. This article describes how to create a Laravel development environment using Docker. With the simple to explosive D-Laravel simple bash, Don't say that I can't set up a Laravel development environment.

ssl,certbot

Raiders docker version Let's Encrypt certificate application

This article mainly shares how I use Docker to apply for a Let's Encrypt certificate. Let's Encrypt has quite a variety of ACME Clients, I will use the official push Certbot (ACME Client) for illustration. And use docker to execute ACME Client.