19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
############################
|
|
### MAKE USER UUID TABLE ###
|
|
############################
|
|
|
|
|
|
Auth using tokens
|
|
Auth using uniq id on device
|
|
Auth using QR code
|
|
Auth using msg or popup
|
|
Auth using email
|
|
|
|
|
|
|
|
##### API v0
|
|
# Auth link (device check url with this session and get data)
|
|
/auth?session=<UNIQUE>
|
|
# Get auth data
|
|
/auth_finish?session=<UNIQUE>
|