Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcushellberg/hilla-google-auth


https://github.com/marcushellberg/hilla-google-auth

Last synced: 29 days ago
JSON representation

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
```