Skip to content

odewahn/react-golang-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has all the required bullshit boilerplate for a react frontend with a golang backend. It uses:

  • Golang app with Gorilla mux as the backend
  • react-mdl for the design
  • Redux and redux-thunk for state management
  • React router to route stuff

I set it up to server as a micro-lab for working with various autentication options. So, it presents a login form that will post to the backend app on localhost:3000/login. I still need to:

  • Set an auth token in the frontend that gets passed in the header
  • add TLS support to encrypt it

To run it

  • Clone the repo
  • npm install
  • npm run frontend

Open your browser to localhost:8000/dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages