SzumiecM
bfe648e92d
Add configurable timeout to HTTP connections
2021-06-24 02:02:54 -07:00
Michael Klishin
3542f65fcc
Ditto
...
(cherry picked from commit a0a6e1e259eadaee304ca0dd60ad86870ad3206a)
2021-01-05 17:57:30 +03:00
Michael Klishin
379d117590
Squash a warning
...
(cherry picked from commit 4e77c1f0da0860975aceb3f72910dd8964f16d25)
2021-01-05 17:57:30 +03:00
Michael Klishin
5a9671eac8
Spring Boot controller: improve logging
...
(cherry picked from commit b826fa2546f467209d20382902f5ae498c8c5653)
2021-01-05 17:57:30 +03:00
Michael Klishin
bad086d592
Bump Spring Boot parent
...
(cherry picked from commit 5b7efb621bac311ef6ccdefc20c50a62e1be422c)
2021-01-05 17:57:30 +03:00
dcorbacho
52eb308ea4
Switch to Mozilla Public License 2.0 (MPL 2.0)
2020-07-10 20:14:09 +01:00
Jean-Sébastien Pédron
8299fb28c0
Update copyright (year 2020)
2020-03-10 16:02:32 +01:00
Michael Klishin
388ad7270a
Django example: white list localhost
2020-02-29 19:40:50 +03:00
Michael Klishin
1ebd2c1142
examples/README edits
2019-06-26 20:56:21 +02:00
Michael Klishin
4fe092b7cb
Wording
2019-06-26 20:49:33 +02:00
Zdzislaw Krajewski
926fc1c503
Add docker files, update readme
2019-06-26 18:43:25 +02:00
Zdzislaw Krajewski
61a3d64903
Disable csfr check, update allowed hostname in settings, setup looging
2019-06-26 18:09:05 +02:00
Arnaud Cogoluègnes
8afaae411a
Add Maven wrapper to Spring Boot example
2019-06-14 11:00:24 +02:00
Arnaud Cogoluègnes
90ea9f76cd
Add debug interceptor to Spring Boot example
...
To log HTTP parameters.
2019-06-14 10:48:03 +02:00
Arnaud Cogoluègnes
e0f65364c7
Add topic URL in example readme
2019-06-03 14:26:29 +02:00
Spring Operator
05d0e87fb7
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 2 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
2019-03-19 20:08:13 -05:00
Spring Operator
d5aedc93c1
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 21:51:04 -05:00
Michael Klishin
0f6c93d806
README updates
2019-02-27 21:42:48 +03:00
Michael Klishin
7ae6bbbabe
Bump Spring Boot dependency
2019-02-27 21:10:25 +03:00
Michael Klishin
7fb530291c
Update README.md
2019-02-27 17:38:44 +03:00
Andrey Somov
42a0959883
Refactor: remove AuthController.check() since it is used only once
2018-11-05 11:47:26 +01:00
Arnaud Cogoluègnes
7e6f7d3879
Upgrade Spring Boot example to Spring Boot 2.1.0
2018-11-05 11:13:23 +01:00
Arnaud Cogoluègnes
730ea81303
Polish Spring Boot Kotlin example
...
Add readme, use guest/guest for sample user, lower log level, return
tags to be able to use the backend for the management UI, enforce topic
permission with routing key start with "a" rule.
2018-11-05 10:44:20 +01:00
Andrey Somov
a186ec7f4b
Add test for deny
2018-11-02 13:23:32 +01:00
Andrey Somov
0dfb891284
Improve CSRF configuration
2018-11-02 10:11:49 +01:00
Andrey Somov
a29e914dff
Minor log change
2018-11-01 23:29:33 +01:00
Andrey Somov
1277f1752b
Use Kotlin 1.3.0
2018-11-01 23:28:30 +01:00
Andrey Somov
16c83d4ccf
Simplify AuthController
2018-11-01 23:19:46 +01:00
Andrey Somov
7361732cf4
Rename Kotlin project to use underscores as other examples
2018-11-01 23:10:26 +01:00
Andrey Somov
d4f2db91b0
Implement and test all POST methods
2018-11-01 23:01:26 +01:00
Andrey Somov
07727cd3a0
Implement POST method
2018-11-01 22:38:57 +01:00
Andrey Somov
e369afe076
Add controller and its test
2018-11-01 22:38:51 +01:00
Andrey Somov
72b5c7c34f
Rename classes to be shorter
2018-11-01 22:37:47 +01:00
Andrey Somov
5abc015ba5
Rename package to be shorter
2018-11-01 22:36:51 +01:00
Andrey Somov
c08f2202c8
Add Kotlin project created by SPRING INITIALIZR
2018-11-01 22:31:19 +01:00
Michael Klishin
81a41fc1ba
More README edits
2018-07-30 00:51:34 +03:00
Michael Klishin
3901b4e28e
Wording and README edits
2018-07-30 00:45:33 +03:00
Xneg
20f5896e88
* Updated Readme.
2018-07-29 15:13:24 +03:00
xneg
5375c17267
* Added standard logging.
...
* Changed user checked response for correct tags placement.
2018-07-26 12:42:56 +03:00
xneg
4041017394
ASP .NET Core 2.1 example
2018-07-24 11:37:42 +03:00
xneg
1ab5a71b3a
Added a missing type declaration.
2018-07-11 19:37:49 +03:00
Michael Klishin
9926f5493d
Add a second user to the Spring Boot example
2018-05-16 22:39:59 -03:00
Luke Bakken
3ec7af16b1
Ensure that BOM is not sent in UTF8-encoded response
2018-04-25 15:17:24 -07:00
Michael Klishin
a01b3d94e6
README updates
2018-03-31 23:51:21 +03:00
Anthony
8937b331ec
Add auth backend PHP example
2018-03-31 11:10:23 +02:00
Michael Klishin
0c6667888c
Wording, formatting
2017-10-10 21:00:19 +01:00
arif-pathan
cf1144fcd6
Added solution file
2017-10-10 17:04:27 +05:30
arif-pathan
b9a448f4c8
Update WebApiHttpAuthService.csproj
2017-10-10 17:03:51 +05:30
arif-pathan
4597a1b7e7
Update README.md
...
Added section for DotNet WebApi Example
2017-10-10 16:03:16 +05:30
arif-pathan
f13a7cab8a
Removed unwanted file
...
Removed unwanted file
2017-10-10 15:52:15 +05:30