Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcushellberg/hilla-google-auth
https://github.com/marcushellberg/hilla-google-auth
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcushellberg/hilla-google-auth
- Owner: marcushellberg
- License: unlicense
- Created: 2023-01-03T23:55:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T13:31:37.000Z (7 months ago)
- Last Synced: 2024-10-05T08:21:04.581Z (about 1 month ago)
- Language: TypeScript
- Size: 744 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Setting up Google OAuth authentication in a Hilla React project
This is a work in progress example of how to set up Google OAuth authentication in a Hilla + React App.
## Configuration
Create the needed Google OAuth credentials by going to https://console.cloud.google.com/apis/credentials, then add them to `application.properties`.## Running the app
Run the app with the included Maven wrapper:
```
./mvnw
```