gin-gonic / examples

A repository to host examples and tutorials for Gin.
https://gin-gonic.com/docs/
MIT License
3.74k stars 650 forks source link

How about an example with GO-CAS ? #58

Open stephan57160 opened 3 years ago

stephan57160 commented 3 years ago

Working with GIN for a while and looking for a solution with a CAS authentication mechanism. Had a look to many gin-contrib, but found nothing relevant yet.

GO-CAS (https://github.com/go-cas/cas) seems fine, but struggling to put it in place with GIN. Any example with GO-CAS (or any gin contrib pointer) would be appreciated. Thx.

stephan57160 commented 3 years ago

See PULL REQUEST #59.