README ¶ Authentication Example $ cd example && go run main.go $ curl http://localhost:8080/auth unauthorized $ curl "http://localhost:8080/auth?access_token=footoken" hello foo $ curl -H "Authorization:Bearer bartoken" http://localhost:8080/auth hello bar Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.