oauth2-mock-server/app/Main.hs
2023-12-23 00:54:25 +01:00

7 lines
201 B
Haskell

module Main (main) where
import Server
main :: IO ()
main = putStrLn "Try: http://localhost:8080/auth?scope=[ID,Profile]&client_id=42&response_type=code&redirect_uri=localhost" >> runMockServer 8080