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


docker

Install Docker and docker-compose with Raspberry Pi

This article briefly introduces how we install docker and docker-compose on Raspberry Pi.

composer

How do you know where the directory of your composer environment is?

Check the composer home directory of your own environment

laravel,trait,php

My Browser Trait, webp image file support function detection and whether it is a mobile phone detection

I believe that many people are familiar with PHP trait, because Laravel can be seen everywhere, but I still write it and share it with those who are destined. PHP trait allows two different CLASS to use the same method. It not only reduces the complexity, but also allows the code to be reused. So it should be very convenient to put a Browser series function on Laravel's ViewServiceProvider 😝