From b6968005e1e1758e37edc7830c02e2217ee5fd90 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 14:37:51 -0600 Subject: docs: add info on how to create an OAuth Application --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 45d0eff..c449b91 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,11 @@ The Authorization team is researching ways to evolve GitLab's authorization stac ```bash $ vim .env.local ``` + Follow these instructions to [create a user-owned application](https://docs.gitlab.com/integration/oauth_provider/#create-a-user-owned-application) and set the `OAUTH_CLIENT_ID` and `OAUTH_CLIENT_SECRET`. 6. Start the service ```bash $ make run ``` 7. Open a browser and navigate to: http://localhost:10000 + +See the [DEVELOPMENT](./share/man/development.md) guide for additional instructions. -- cgit v1.2.3