https://github.com/stevehobbsdev/auth0-clojure-samples
https://github.com/stevehobbsdev/auth0-clojure-samples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevehobbsdev/auth0-clojure-samples
- Owner: stevehobbsdev
- License: epl-2.0
- Created: 2019-08-28T14:43:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T18:56:20.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T20:15:57.469Z (over 1 year ago)
- Language: CSS
- Size: 533 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# auth0-clojure-sample
A web application, demonstrating the ability to log the user in using Auth0.
## Installation
Download from http://example.com/FIXME.
## Usage
Run the application in development mode on port 3000:
```bash
lein ring server-headless
```
## Building the app
Build the jar file using the following:
```bash
lein ring uberjar
```
FIXME: explanation
$ java -jar auth0-clojure-sample-0.1.0-standalone.jar [args]
## Options
FIXME: listing of options this app accepts.
## Examples
...
### Bugs
...
### Any Other Sections
### That You Think
### Might be Useful
## License
Copyright © 2019 FIXME
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.