Skip to content

Commit

Permalink
Updated the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Oct 20, 2010
1 parent a376a81 commit 38de8f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ functionality.
`def-appengine-app` macro.
3. Edit `project.clj`:
- add `:namespaces [<project>.app_servlet]` (or use the equivalent `:aot` directive)
- add `[appengine-magic "0.2.0"]` to your `dev-dependencies`
- add `[appengine-magic "0.2.1"]` to your `dev-dependencies`
4. `lein deps`. This fetches appengine-magic, and makes its Leiningen plugin
tasks available.
5. `lein appengine-new`. This sets up four files for your project: `core.clj`
Expand Down Expand Up @@ -155,6 +155,8 @@ provides the following functions for handling users.

- `current-user`: returns the `com.google.appengine.api.users.User` for the
currently logged-in user.
- `user-logged-in?`
- `user-admin?`
- `login-url` (optional keyword: `:destination`): returns the Google
authentication servlet URL, and forwards the user to the optional destination.
- `logout-url` (optional keyword: `:destination`): performs logout, and forwards
Expand Down

0 comments on commit 38de8f5

Please sign in to comment.