Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leodip committed Nov 24, 2024
1 parent f8fa9be commit 304a49b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mkdocs/docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ The github repository of Goiabada has a browser-based javascript [test client](h

We also have a sample integration using Go. Have a look [here](https://github.com/leodip/goiabada/tree/main/test-integrations/go-webapp).

## React SPA with Vite

Take a look at this [sample react application](https://github.com/leodip/goiabada/tree/main/test-integrations/react-vite) that uses authentication and role (group) based authorization, with token auto-refresh.
3 changes: 2 additions & 1 deletion test-integrations/react-vite/server/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ISSUER_URL=https://demo-authserver.goiabada.dev
CLIENT_ID=test-react-app
CLIENT_SECRET=4JRDJUmktvKMFuilBi.q3jWiyNWxZxndznhJI9T5eZ2c6iXbVFwpdN6Y2LBD
CLIENT_SECRET=insert-secret-here

0 comments on commit 304a49b

Please sign in to comment.