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


laravel

Form method spoofing on Laravel

Why does Laravel need Form Method Spoofing? Because HTML forms do not support actions such as PUT, PATCH and DELETE, on Laravel When submitting the HTML form, we need to send it as an HTTP request through a hidden _method input field.

ffmpeg

Use ffmpeg to list the webcam and mic supported by MacOS

Here is how to capture capture devices on MacOS

php openssl curl

Fix CA setting problem

Sometimes the ca file cannot be found due to PHP version update or environment change. fix is ​​easy