Join Patrick Royal for an in-depth discussion in this video Enabling security and encryption, part of Programming the Google App Engine with Java.
- As with a new web based program,…security is an important part…of the development process for Google Apps.…Due to the structure of Google Apps,…securing your actual data and source code…is essentially a non-issue.…The servers on which your app runs…already have standard encryption and security,…so you don't have to take any part in that.…The main part of the security process…that we will look at in this video…is user authentication.…Who is able to access your application…and what are they able to do with it?…There are three different ways for users…to authenticate in your application.…
You can simply allow them to log in…using Google accounts.…You can allow separate account creation…on your custom domain,…or you can use OpenID identifiers.…As of the making of this video,…the OpenID system is still in the experimental phase,…so it isn't as well supported as Google acccounts…and custom accounts.…Apps automatically support two levels of permissions,…ordinary user and administrator,…so you can easily designate certain pages…
Author
Released
10/21/2014- Setting up Google App Engine accounts on Windows and Mac
- Creating a Google App Engine project
- Building the back-end code
- Creating the user interface
- Storing data
- Creating modules
- Testing and debugging
- Enabling security and encryption
- Working with extensions
Skill Level Intermediate
Duration
Views
Related Courses
-
Google Cloud Compute Engine Essential Training
with Joseph Lowery2h 54m Intermediate
-
Introduction
-
Welcome46s
-
What you need to get started1m 12s
-
-
1. Getting Started
-
What is Google App Engine?2m 17s
-
Using plugins for Eclipse3m 14s
-
Creating a project5m 23s
-
-
2. Creating a Java Project
-
Creating a new project6m 9s
-
Creating the back-end code4m 48s
-
Creating the user interface3m 34s
-
Testing and debugging2m 17s
-
Storing data3m 44s
-
-
3. Creating a Python Project
-
Creating a simple project2m 58s
-
Storing data3m 33s
-
Testing and debugging3m 29s
-
4. Working with App Engine Modules
-
What are modules?3m 17s
-
-
5. Improving Your Code
-
Optimizing Google apps4m 55s
-
6. Extensions
-
Conclusion
-
Next steps1m 34s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Enabling security and encryption