File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# XenAuth 💫
3
3
4
- A simple auth system with integrated hwd check designed to be fast and friendly for your XenForo Forum. 🗝️
4
+ A simple auth system with integrated hwd check designed to be fast and friendly for your XenForo Forum.
5
5
6
6
7
7
@@ -10,7 +10,7 @@ A simple auth system with integrated hwd check designed to be fast and friendly
10
10
[ ![ MIT License] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://choosealicense.com/licenses/mit/ )
11
11
12
12
13
- ## Installation 👋
13
+ ## Installation
14
14
15
15
- 1.Put auth.php inside your webroot where xenforo is located.
16
16
- 2.Create a new config.json in /var/config/
@@ -38,7 +38,7 @@ CREATE TABLE xf_user_info (
38
38
Use the examples i made or read down below how to make a request.
39
39
40
40
41
- ## API Reference 🚀
41
+ ## API Reference
42
42
43
43
#### Get Status
44
44
@@ -65,7 +65,7 @@ Use the examples i made or read down below how to make a request.
65
65
66
66
67
67
68
- ## C# Example 🧊
68
+ ## C# Example
69
69
70
70
``` csharp
71
71
private static readonly string apiurl = " https://yourforum.de/auth.php" ;
You can’t perform that action at this time.
0 commit comments