Skip to content
/ auth Public

A Go implementation of CafeKetab authentication and authorization system

License

Notifications You must be signed in to change notification settings

CafeKetab/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Go

authentication and authorization system written in Go

Deployment

generating token

openssl genpkey -algorithm ed25519 -out private.pem
openssl pkey -in private.pem -pubout -out public.pem

About

A Go implementation of CafeKetab authentication and authorization system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages