there are two modes of OAuth protocol in Tencent QQ Internet platform. The specific process is understood, but the differences in usage scenarios are not clear:
the first is client-side mode : using OAuth2"s Implicit_Grant mode
the second is server-side mode : using OAuth2"s Authorization_Code mode
the document says: client-side mode is suitable for ways that need to be accessed through the client, such as the javascript code that needs to be accessed through the browser, or when the client on the computer / mobile terminal accesses
.I don"t understand what it means, isn"t it normal access through a browser? It looks the same as the scene in server-side mode!
ask the great god for guidance