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

7 lines
201 B
Haskell

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