You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains reusable user management modules.
@@ -62,3 +64,24 @@ func main() {
62
64
- create gin middleware via `auth.NewGinAuthMiddleware` with `ParseRequest` method of the authorizer. It will check `Authorization` header for the bearer token and `Origin` header for an allowed origin. It will put decoded claims into gin context
63
65
- wire up auth middleware to routes you decide
64
66
- inside routes use `auth.GetUserContext` to get decoded token claims as a user context object from gin context
67
+
68
+
69
+
## Maintainer
70
+
71
+
This project is maintained by [Greenbone AG][Greenbone Networks]
72
+
73
+
## Contributing
74
+
75
+
Your contributions are highly appreciated. Please
76
+
[create a pull request](https://github.com/greenbone/pontos/pulls)
77
+
on GitHub. Bigger changes need to be discussed with the development team via the
78
+
[issues section at GitHub](https://github.com/greenbone/pontos/issues)
0 commit comments