https://github.com/buda-base/bdrc-auth-lib
Bdrc authorization library based on auth0
https://github.com/buda-base/bdrc-auth-lib
Last synced: 5 months ago
JSON representation
Bdrc authorization library based on auth0
- Host: GitHub
- URL: https://github.com/buda-base/bdrc-auth-lib
- Owner: buda-base
- License: apache-2.0
- Created: 2018-08-30T17:57:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T07:30:48.000Z (almost 2 years ago)
- Last Synced: 2025-10-01T19:42:38.417Z (9 months ago)
- Language: Java
- Size: 997 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bdrc-auth-lib
Bdrc authorization library based on auth0
### Releasing on Maven
```
mvn -DperformRelease=true clean deploy
```
See [https://buda-base.github.io/bdrc-auth-lib/](https://buda-base.github.io/bdrc-auth-lib/)
Setting up and using mkdocs ([https://www.mkdocs.org/](https://www.mkdocs.org/))
**Install:**
MacOS
[https://www.jeannot-muller.com/how-to-install-mkdocs-on-macos/](https://www.jeannot-muller.com/how-to-install-mkdocs-on-macos/)
**Linux**
[http://learn.openwaterfoundation.org/owf-learn-mkdocs/install/#install-on-linux](http://learn.openwaterfoundation.org/owf-learn-mkdocs/install/#install-on-linux)
**To edit buda-edit documentation website:**
1. clone bdrc-auth-lib repo
2. cd documentation/docs and edit markdown files.
**To build the site:**
In bdrc-auth-lib/documentation, run `sudo mkdocs build`
**To serve it locally:** run `mkdocs serve` (it will be served on localhost:8000)
**To deploy it :** run `mkdocs gh-deploy` (it will be served on [https://buda-base.github.io/bdrc-auth-lib/](https://buda-base.github.io/bdrc-auth-lib/))