play-silhouette-persistence-datomic Build Status Join the chat at https://gitter.im/Enalmada/play-silhouette-persistence-datomic Maven Central

Play silhouette datomic persistence. Consult the Silhouette documentation for more information. If you need help with the integration of Silhouette into your project, don't hesitate and ask questions in our mailing list or on Stack Overflow.

Version information

Releases are on mvnrepository and snapshots can be found on sonatype.

Quickstart

Clone the project and run sbt run to see a sample application.

To test Rest

curl -X POST http://localhost:9000/rest/signIn -H 'Content-Type: application/json' -d '{"email": "[email protected]", "password": "bla!", "rememberMe": true}'

Including the Dependencies

<dependency>
    <groupId>com.github.enalmada</groupId>
    <artifactId>play-silhouette-persistence-datomic_2.12</artifactId>
    <version>0.1.15</version>
</dependency>

or

val appDependencies = Seq(
  "com.github.enalmada" %% "play-silhouette-persistence-datomic" % "0.1.15"
)

Versions

  • TRUNK [not released in the repository, yet]
    • Fancy contributing something? :-)
  • 0.1.15 [release on 2024-11-04]
    • Silhouette 7.0.7
    • Datomic 1.0.7260
  • 0.1.13 [release on 2019-12-30]
    • Silhouette 6.1.1
  • 0.1.12 [release on 2019-12-16]
    • Play 2.8.0 and scala 2.12.10
  • 0.1.11 [release on 2019-12-16]
    • Play 2.7.3 (scala-guice 4.2.3)
  • 0.1.10 [release on 2019-12-08]
    • Play 2.7.4
  • 0.1.8 [release on 2019-25-05]
    • Play 2.7
  • 0.1.3 [release on 2016-06-08]
    • Upgrade to silhouette 4-RC1
  • 0.1.1 [release on 2016-04-15]
    • Fixed broken clojars resolver.
    • added random token to tokenuser
  • 0.1.0 [release on 2016-04-12]
    • Initial release.

TODO (help out!)

License

Copyright (c) 2016 Adam Lane

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Release

sbt +publishSigned sbt sonatypeRelease