Rob Winch
|
e681e44268
|
overview/ -> ../
|
4 years ago |
Rob Winch
|
1f90df6a14
|
mkdir -p build/ids
find -name "*.adoc" | xargs -I{file} awk -v file={file} '/\[\[/ { gsub("\[|\]", ""); id=$0; gsub("./docs/modules/ROOT/pages/", "", file); gsub("\[|\]", ""); id=$0;getline;text=$0; sub("^=+ ","", text); print file > "build/ids/"id".id"; print text > "build/ids/"id".text" }' {file}
find docs/modules -name "*.adoc"|while read adoc_file_to_replace; do
echo "Replacing $adoc_file_to_replace"
for id_file in build/ids/*.id; do
id=$(basename $id_file | sed 's/\.id$//')
xref_page=$(cat $id_file)
if [[ "$adoc_file_to_replace" -ef "./docs/modules/ROOT/pages/$xref_page" ]]
then
echo " - Skipping same page refid $id "
else
sed -i -E "s%<<$id(|,([^,>]+))>>%xref:${xref_page}#${id}[\2]%g" $adoc_file_to_replace
fi
done
done
|
4 years ago |
Rob Winch
|
c3dfb1711d
|
Remove includes
|
4 years ago |
Rob Winch
|
f01a13aa52
|
Antora
mkdir -p docs/modules/ROOT/
mkdir -p docs/modules/ROOT/pages/
git checkout antora-2.x docs/antora.yml
git checkout antora-2.x docs/modules/ROOT/nav.adoc
mv docs/manual/src/docs/asciidoc/images docs/modules/ROOT/
mv docs/manual/src/docs/asciidoc/_includes/* docs/modules/ROOT/pages/
cp ~/code/rwinch/spring-reference/*antora* ~/code/spring-projects/spring-security/
mv docs/modules/ROOT/pages/about docs/modules/ROOT/pages/overview
|
4 years ago |
Steve Riesenberg
|
bfe94f9a80
|
Update deprecated usage in reference docs
Closes gh-10063
|
4 years ago |
Eleftheria Stein
|
30a203ed7a
|
Add Kotlin samples for Jwt Client Authentication
Issue gh-9578
|
5 years ago |
Joe Grandja
|
e51ca79954
|
Document Jwt Client Authentication support
Closes gh-9578
|
5 years ago |
Joe Grandja
|
f874a12ddb
|
Document jwt-bearer authorization grant
Closes gh-9580
|
5 years ago |
Joe Grandja
|
58e3235093
|
Deprecate ClientAuthenticationMethod BASIC and POST
Closes gh-9220
|
5 years ago |
Eleftheria Stein
|
69e0552c30
|
Add servlet OAuth2 client Kotlin samples
Issue gh-8172
|
5 years ago |
Joe Grandja
|
0ed919f072
|
Deprecate ClientRegistration.redirectUriTemplate
Closes gh-8906
|
5 years ago |
Joe Grandja
|
c1abc9b134
|
Polish gh-8501
|
6 years ago |
Joe Grandja
|
d1dbd92903
|
Document OAuth2Authorization success and failure handlers
Fixes gh-8073
|
6 years ago |
Joe Grandja
|
5bff741c31
|
Document AuthorizedClientServiceOAuth2AuthorizedClientManager
Fixes gh-8152
|
6 years ago |
Joe Grandja
|
4da7235d9b
|
Document OAuth2AuthorizationRequest customization improvements
Fixes gh-8071
|
6 years ago |
Joe Grandja
|
e00a030621
|
Document OAuth 2.0 Client XML Support
Fixes gh-8074
|
6 years ago |
Joe Grandja
|
b42f0f50ab
|
Document JdbcOAuth2AuthorizedClientService
Fixes gh-8061
|
6 years ago |
Eleftheria Stein
|
603eb1e647
|
Add OAuth2 Kotlin samples to docs
Issue: gh-5558
|
6 years ago |
Joe Grandja
|
204a612be1
|
Deprecate Implicit Grant
Fixes gh-8013
|
6 years ago |
Rob Winch
|
2909d46060
|
Fix Asciidoctor Warnings
Closes gh-7973
|
6 years ago |
Eleftheria Stein
|
1e33627d87
|
Use standard lambda syntax in documentation
Fixes: gh-7774
|
6 years ago |
Joe Grandja
|
6fe96c643f
|
Polish ClientRegistrations documentation
Issue #7462
|
6 years ago |
Joe Grandja
|
9944037cc7
|
Polish ref doc for oauth2-client
|
6 years ago |
Ivo Smid
|
a11e61432e
|
Document OAuth2 Client behind proxy and redirect_uri
Fixes gh-7312
|
6 years ago |
Joe Grandja
|
345bfdd437
|
Polish gh-7279
|
6 years ago |
Stephen Doxsee
|
7dc3c8a8de
|
Add documentation for Public Client PKCE support
Fixes gh-7279
|
6 years ago |
Josh Cummings
|
4fa1d08e20
|
Restructure Docs
Issue gh-5935
|
6 years ago |
Joe Grandja
|
c5fd646afc
|
Update ref doc for OAuth2AuthorizationRequestResolver
Fixes gh-7405
|
6 years ago |
Joe Grandja
|
324e066717
|
Polish ref doc for RegisteredOAuth2AuthorizedClient
|
6 years ago |
Joe Grandja
|
076692ceef
|
Polish ref doc for oauth2-client
|
6 years ago |
Joe Grandja
|
52f0e5287b
|
Update ref doc for oauth2-client WebClient integration
Fixes gh-7404
|
6 years ago |
Josh Cummings
|
3a9ee46719
|
Document RFC 8414 Support
Fixes gh-7462
|
6 years ago |
Joe Grandja
|
c1ae997adc
|
Update ref doc for OAuth2AuthorizedClientManager
Issue gh-7403
|
6 years ago |
Joe Grandja
|
eeb0f56bac
|
Add ref doc for password grant
Fixes gh-7397
|
6 years ago |
Joe Grandja
|
3425db6d16
|
Fix typo
|
6 years ago |
Joe Grandja
|
e8d98a54b7
|
Add ref doc for refresh_token grant
Fixes gh-7398
|
6 years ago |
Joe Grandja
|
5aa37722b9
|
Add ref doc for client_credentials grant
Fixes gh-6206
|
6 years ago |
Joe Grandja
|
8aa55fe81b
|
Update auth_code ref doc for oauth2-client
|
6 years ago |
Joe Grandja
|
1c257afa79
|
Update ref doc for oauth2-client
|
6 years ago |
Joe Grandja
|
33837d21be
|
Polish oauth2-client ref doc
|
6 years ago |
Joe Grandja
|
cb5f9856fe
|
Reorganize ref doc sections for oauth2-client
Fixes gh-7428
|
6 years ago |
Joe Grandja
|
810e4cbbef
|
Document OAuth2AuthorizedClientManager/Provider
Fixes gh-7403
|
6 years ago |
Eleftheria Stein
|
b004f9f677
|
Use http security nested builder in docs
Issue: gh-5557
|
7 years ago |
Joe Grandja
|
26fcde6f8e
|
Document new features for OAuth Client
Fixes gh-5832
|
7 years ago |