Results 1 to 4 of 4

Thread: [Neo4j] Best Way to implement Security

  1. #1
    Join Date
    Nov 2011
    Posts
    19

    Default [Neo4j] Best Way to implement Security

    Hi, i would like to add Security Layer to my code, i was reading some thread ago (from example application) that Neo4j does not implement Authentication mechanisms, what is the best way to add Authentication into my web-app?

    I was thinking of:
    1) UserDetailService Customization (the hard way, at least for me)
    2) embedded relational database (hsqldb or else)
    3) Postgres or else

    what do you suggest? which one is the easiest way to configure and implement for simple login, logout, remember-me scenario?

    note that the User is an important part of every workflow so storing his credentials on secondary system and than retrive the User from Neo would have a cost

    thanks a lot

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    I think the auth from the cineasts example is simple enough?
    There is a chapter on how it is implemented.

    Michael

  3. #3
    Join Date
    May 2012
    Posts
    107

  4. #4
    Join Date
    Nov 2011
    Posts
    19

    Default

    tanks a lot both,
    from this thread http://forum.springsource.org/showth...Data-amp-Neo4J
    i was thinking accountng was not ready for production but i did'nt give it a try.

    i will fill this gap; have a nice day

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •