Update README.md
This commit is contained in:
parent
5777c9f329
commit
1a527cd3b2
@ -1,6 +1,8 @@
|
|||||||
# js-wowemu-auth
|
# js-wowemu-auth
|
||||||
SRP implementation for WoW Server authentication in Typescript
|
SRP implementation for WoW Server authentication in Typescript
|
||||||
|
|
||||||
|
Impired by [the PHP version](https://github.com/Laizerox/php-wowemu-auth/)
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -29,4 +31,4 @@ This will return
|
|||||||
|
|
||||||
`salt` is to be set to the column `s` in `realm.account`
|
`salt` is to be set to the column `s` in `realm.account`
|
||||||
|
|
||||||
`verifier`is to be set to the column `v` in `realm.account`
|
`verifier`is to be set to the column `v` in `realm.account`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user