create table users (
id serial primary key,
email text not null unique,
password text not null
);
-
Notifications
You must be signed in to change notification settings - Fork 7
codixir/golang-jwt-course
About
A repository for Build JWT authenticated RESTful APIs with Golang.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published