Skip to content

Commit 1ad997f

Browse files
authored
Change: README: Prepare for public repo (#82)
1 parent 1aad3c4 commit 1ad997f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)
2+
13
# User management modules
24

35
This repository contains reusable user management modules.
@@ -62,3 +64,24 @@ func main() {
6264
- 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
6365
- wire up auth middleware to routes you decide
6466
- 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)
79+
first.
80+
81+
## License
82+
83+
Copyright (C) 2020-2023 [Greenbone AG][Greenbone Networks]
84+
85+
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
86+
87+
[Greenbone Networks]: https://www.greenbone.net/

0 commit comments

Comments
 (0)