This website requires JavaScript.
Explore
Help
Sign in
mirror
/
fosrl.pangolin
Watch
1
Star
0
Fork
You've already forked fosrl.pangolin
0
mirror of
https://github.com/fosrl/pangolin.git
synced
2025-07-02 10:04:51 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
e85c94d21d
fosrl.pangolin
/
server
/
routers
/
auth
/
index.ts
4 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
organized routes and routes and added rate limiter
2024-10-02 00:04:40 -04:00
export
*
from
"./login"
;
export
*
from
"./signup"
;
added logout endpoint
2024-10-02 20:04:51 -04:00
export
*
from
"./logout"
;
Reference in a new issue
Copy permalink