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


Synology,NAS

Remove IP of Synology NAS Block via command line

In some cases, your IP may be locked by the Synology NAS, for example, the email host is installed on the Synology NAS, and the email password is incorrectly set. Or Synology did not correctly set the forward header of the real IP on the internal network. No matter what the reason is, we want to remove the locked IP through the command line.

Use Python to execute system commands

This is a very basic example, how to use Python to execute system commands and run some automated scheduling can be used for reference.

linux,cli

How to use the date command to display yesterday's date

The instructions are different on MacOS or Linux, but achieve the same effect. Let's see how to display yesterday's date with the date command.