简体   繁体   English

我可以在我的网站上使用Teamspeak身份验证吗?

[英]Is there a Teamspeak Authentication I can use for my Website?

I want to connect the Users from my website with the TeamSpeak server, that i can automatically grant rights, ban users and so on. 我想将我网站上的用户与TeamSpeak服务器连接起来,这样我可以自动授予权限,禁止用户等。

At the moment the User has to enter his Ts UID on my website, so that i can search him in the TS database. 目前,用户必须在我的网站上输入他的Ts UID,以便我可以在TS数据库中搜索他。

But for some time now, you can login to the TeamSpeak client with a TeamSpeak account. 但是,现在有一段时间,您可以使用TeamSpeak帐户登录TeamSpeak客户端。

Is there a way that the users can login on my website with this Teamspeak account like with Google, Facebook and so on? 用户是否可以使用该Teamspeak帐户(例如Google,Facebook等)登录我的网站?

And am I able to find them on my TS Server when they are logged in with that account? 当他们使用该帐户登录时,是否可以在我的TS服务器上找到它们?

TeamSpeak's myTeamSpeak system was definitely not designed for any oauth type functions. TeamSpeak的myTeamSpeak系统绝对不是为任何oauth类型的功能设计的。 However TeamSpeak has a brilliant plugin SDK, serverquery and clientquery available to interact with teamspeak. 但是,TeamSpeak具有出色的插件SDK,serverquery和clientquery可用于与teampeak进行交互。

I would recommend you "link" users' TeamSpeak UID's like https://ts-n.net/ranksystem.php does via a user's IP address. 我建议您通过用户的IP地址“链接”用户的TeamSpeak UID,例如https://ts-n.net/ranksystem.php From there you can simply accept the login, or you can take it a step further and sending a message with a "activation code" via one of the ways mentioned above to interact with teamspeak for additional security. 从那里您可以简单地接受登录,也可以进一步进行登录,并通过上述一种与Teampeak交互的方式发送带有“激活码”的消息,以提高安全性。

From what I understand, you want to find online user's that are logged in to your website through a form of authentication using teamspeak. 据我了解,您想找到使用teampeak通过身份验证形式登录到您的网站的在线用户。 I have no idea what you mean by "them", but teamspeak's serverquery lets you search through every single client in it's database, and whatever you are looking for is there or in your logs folder. 我不知道您所说的“他们”是什么意思,但是teampeak的serverquery可以让您搜索数据库中的每个客户端,无论您要查找的内容是在哪里还是在日志文件夹中。

Sorry I could not be more helpful, I will edit this/respond when/if you clarify your question. 抱歉,我无法提供更多帮助,如果您澄清问题,我将对此进行编辑/回复。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在网站中使用基本身份验证,在 web Api 中使用令牌身份验证,这是错误的概念吗? - Can I use Basic authentication in website and Token authentication in web Api, Is this wrong concept? 当我在 android 工作室中将我的网站用作 web 应用程序时,Firebase 身份验证不起作用 - Firebase authentication not working when I use my website as a web app in android studio 我可以使用facebook-connect作为我的用户身份验证吗? - Can I use facebook-connect as my user authentication? 我可以为我的Web API使用基于会话的身份验证吗? - Can I use session-based authentication for my web API? 如何在我的应用程序中使用基本身份验证? - How can I use basic authentication in my application? 我可以在Java webapp中同时使用FORM和BASIC身份验证吗? - Can I use FORM and BASIC authentication together in my Java webapp? 如何使用Microsoft帐户对我的网站进行身份验证 - how can I use a Microsoft Account to authenticate to my website 是否可以为我自己的WebSite公开一个API…但是使用oAuth进行api身份验证? - Is it possible to expose an API for my own WebSite … but use oAuth for the api authentication? 我可以同时使用在我的 laravel 网站中创建的 oauth 2.0 客户端 ID 用于颤振应用程序吗? - Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously? 我可以使用哪些外部身份验证服务来保护我的Jenkins持续集成环境? - What external authentication service can I use to secure my Jenkins Continuous Integration environment?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM