This website requires JavaScript.
Explore
Help
Register
Sign In
fakealec
/
slon
Watch
1
Star
0
Fork
0
You've already forked slon
mirror of
https://git.checksum.fail/alec/slon.git
synced
2025-12-08 20:19:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ecc5f4995fb6900fb2a02b7d1ccaf2dd407b2d6
slon
/
Slon
/
Endpoints
/
Post
/
OAuth.HC
5 lines
100 B
HolyC
Raw
Normal View
History
Unescape
Escape
Everywhere: Use session->path()
2025-02-21 18:10:25 -05:00
if
(
!
StrICmp
(
"
/oauth/token
"
,
session
-
>
path
(
)
)
)
{
Meta: Add files to repository
2025-02-16 15:21:19 -05:00
@
slon_oauth_token_post
(
session
)
;
return
;
}
Reference in New Issue
Copy Permalink